/* Unified site stylesheet - merged from header, footer, home, explore, login, listing-detail */
:root{
  --bg:#fffaf7;
  --bg-soft:#fff2ea;
  --surface:#ffffffcc;
  --surface-strong:#ffffff;
  --surface-2:#fffaf8;
  --white:#ffffff;
  --text:#3c2e2a;
  --text-soft:#7a6660;
  --muted:#7a6660;
  --line:#eddcd2;
  --line-soft:#f3e7df;
  --primary:#db8f7a;
  --primary-deep:#c97059;
  --primary-dark:#c97059;
  --secondary:#f4cfc2;
  --accent:#e9b9ac;
  --accent-2:#f7e0d2;
  --success:#81b29a;
  --danger:#d14a36;
  --soft-bg:rgba(255,255,255,.78);
  --shadow:0 20px 60px rgba(174,117,98,.12);
  --shadow-soft:0 14px 36px rgba(174,117,98,.08);
  --radius:24px;
  --radius-xl:32px;
  --radius-lg:22px;
  --radius-md:16px;
  --stickyTop:24px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;scroll-behavior:smooth}
html{
  max-width:100%;
}
body{
  font-family:'Inter',sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(244,207,194,0.6), transparent 35%),
    radial-gradient(circle at top right, rgba(233,185,172,0.45), transparent 28%),
    linear-gradient(180deg,#fffdfb 0%, var(--bg) 100%);
  max-width:100%;
  /* clip preferred (avoids iOS fixed-nav jitter); hidden is fallback */
  overflow-x:hidden;
  overflow-x:clip;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container,.container-lg,.container-xl,.container-xxl{width:100%;max-width:1440px;margin-inline:auto}

/* Shared visual system */
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;border-radius:999px;
  background:rgba(255,255,255,.86);border:1px solid rgba(31,41,55,.07);
  font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  color:var(--primary-deep);margin-bottom:12px;
}
.eyebrow.light{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.22);color:#fff5ef}
.hero-badge,.type-badge,.chip,.advanced-chip,.badge.plain,.trust-pill,.benefit-pill,.overlay-chip{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:8px 12px;border-radius:999px;font-size:.8rem;font-weight:700;
  border:1px solid var(--line);background:linear-gradient(180deg,#fff,#fff7f3);color:var(--text);
}
.chip.active,.advanced-chip.active,.badge.feature{
  background:linear-gradient(165deg,#d27d66 0%,#c97059 55%,#b8614c 100%);
  color:#fff;border-color:rgba(184,97,76,.55);
  box-shadow:0 10px 20px rgba(201,112,89,.32),0 0 0 1px rgba(201,112,89,.18);
}
.hero-badge{background:#fff4ef;color:var(--primary-deep)}
.type-badge{background:rgba(255,255,255,.92);backdrop-filter:blur(8px);color:#7a4a3b;border-color:rgba(31,41,55,.06)}
.input-shell{
  display:flex;align-items:center;gap:12px;
  height:58px;padding:0 16px;border-radius:18px;
  border:1px solid var(--line);background:#fff;
  transition:border-color .25s ease,box-shadow .25s ease,background .25s ease;
}
.input-shell:focus-within{border-color:#e7a17f;box-shadow:0 0 0 4px rgba(201,112,89,.13)}
.input-shell i{color:#b07f68}
.input-shell input{width:100%;border:none;outline:none;background:transparent;color:var(--text)}
.primary-btn,.ghost-btn,.inline-btn,.view-all-btn,.soft-link-btn,.offer-btn,.slider-nav,.header-btn,.menu-toggle-btn{
  transition:transform .28s ease, box-shadow .28s ease, background .28s ease, filter .28s ease;
}
.primary-btn{
  border:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:52px;padding:0 18px;border-radius:18px;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  color:#fff;font-weight:800;box-shadow:0 14px 30px rgba(201,112,89,.25);
}
.primary-btn:hover,.view-all-btn:hover,.soft-link-btn:hover,.offer-btn:hover,.header-btn:hover,.menu-toggle-btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(17,24,39,.08)}
.ghost-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:0 16px;border-radius:15px;
  background:#fff7f2;color:#8d5a44;border:1px solid var(--line);
}
.ghost-btn:hover{background:#fff2ea}
.listing-card,.review-card,.feature-box,.hero-card,.results-top,.filter-card,.drawer-panel,.summary-card,.booking-card,.map-card{
  background:rgba(255,255,255,.88);border:1px solid var(--line-soft);border-radius:28px;box-shadow:var(--shadow);
}
.listing-card,.review-card,.feature-box,.hero-card{transition:transform .32s ease, box-shadow .32s ease}
.listing-card:hover,.review-card:hover,.feature-box:hover,.hero-card:hover{transform:translateY(-4px);box-shadow:none}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.section-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.section-head .slider-actions,.section-slider-nav{position:static;transform:none;pointer-events:auto;padding:0}
.compact-head{align-items:center}
.center-head{justify-content:center;text-align:center}

/* Context-aware shared layouts */
.page-shell:has(> .sticky-zone){max-width:1500px;margin:0 auto;padding:24px;display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;align-items:start}
.page-shell:has(> .topbar){max-width:1440px;margin:0 auto;padding:10px 0;display:flex;flex-direction:column;gap:8px}
@media (max-width:1199px){.page-shell:has(> .sticky-zone){grid-template-columns:290px minmax(0,1fr)}}
@media (max-width:991px){.page-shell:has(> .sticky-zone){grid-template-columns:1fr;padding:18px}}
@media (max-width:991px){.page-shell:has(> .sticky-zone).explore-page-shell,.page-shell.explore-page-shell{grid-template-columns:1fr;padding:0 12px 0;display:block}}
@media (min-width:992px){.page-shell:has(> .sticky-zone).explore-page-shell,.page-shell.explore-page-shell{grid-template-columns:330px minmax(0,1fr);gap:10px;padding:0 9px 20px;max-width:100%}}
@media (max-width:767px){.page-shell:has(> .sticky-zone).explore-page-shell,.page-shell.explore-page-shell{padding:0 10px 0}}
@media (max-width:767px){.page-shell:has(> .sticky-zone){padding:14px}.page-shell:has(> .topbar){padding:10px 0}.section-head{margin-bottom:18px}}


/* ==== header.css ==== */
:root{
  --white:#ffffff;
  --text:#1f2937;
  --text-soft:#5b6472;
  --line:rgba(31,41,55,.08);
  --primary:#f4cfc2;
  --primary-2:#f7e1d8;
  --accent:#e9b9ac;
  --soft-bg:rgba(255,255,255,.72);
  --shadow:0 20px 60px rgba(52,76,92,.08);
  --radius-xl:24px;
  --radius-lg:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--text);
  background:radial-gradient(circle at top left, rgba(244,207,194,0.6), transparent 35%), radial-gradient(circle at top right, rgba(233,185,172,0.45), transparent 28%), linear-gradient(180deg,#fffdfb 0%, #fffaf7 100%);
  overflow-x:hidden;
  overflow-x:clip;
  max-width:100%;
}

a{color:inherit}
img{max-width:100%;display:block}
button,input{font:inherit}

.page-bg-orb{
  position:fixed;
  border-radius:50%;
  filter:blur(70px);
  opacity:.55;
  z-index:-1;
  pointer-events:none;
  animation:floatOrb 9s ease-in-out infinite;
}
.orb-1{width:280px;height:280px;background:rgba(244,207,194,.75);top:40px;left:-90px}
.orb-2{width:320px;height:320px;background:rgba(233,185,172,.5);top:30%;right:-120px;animation-delay:1.5s}
.orb-3{width:260px;height:260px;background:rgba(250,236,228,.9);bottom:5%;left:20%;animation-delay:3s}

@keyframes floatOrb{
  0%,100%{transform:translateY(0) translateX(0)}
  50%{transform:translateY(-18px) translateX(10px)}
}

@media (max-width: 767.98px){
  html,body{
    max-width:100%;
    overscroll-behavior-x:none;
  }
  main{
    overflow-x:hidden;
    overflow-x:clip;
    max-width:100%;
  }
  .page-bg-orb{animation:none}
  .category-showcase-shell{overflow:hidden}
  .category-showcase-track,
  .nearby-listing-section #nearbySlider,
  .nearby-listing-section #mostBookedSlider,
  .nearby-listing-section #foundingPartnerSlider,
  .alt-section #featuredSlider,
  .offer-carousel{
    overscroll-behavior-x:contain;
    max-width:100%;
  }
}

.site-header{
  position:sticky;
  top:0;
  z-index:1030;
  padding:18px 0 8px;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.72));
  backdrop-filter:blur(16px);
}

.header-shell{
  display:flex;
  align-items:center;
  gap:16px;
  padding:4px 15px;
  background:var(--soft-bg);
  border:1px solid rgba(255,255,255,.7);
  border-radius:28px;
  box-shadow:var(--shadow);
}

.brand-wrap{
  display:flex;
  align-items:center;
  gap:12px;
  background:#0b0b0b;
  border-radius:16px;
  padding:6px 12px;
  box-shadow:
    0 10px 28px rgba(0,0,0,.18),
    0 0 0 1px rgba(183,110,70,.22);
}
.brand-logo-img{
  height:52px;
  width:auto;
  max-width:220px;
  object-fit:contain;
  display:block;
  filter:contrast(1.05) saturate(1.08);
}
.brand-logo-img--footer{
  height:78px;
  max-width:280px;
}
.brand-logo{
  width:48px;height:48px;border-radius:16px;display:grid;place-items:center;font-weight:800;
  color:#6f4a3d;background:linear-gradient(135deg,var(--secondary,#f4cfc2),var(--primary-2),var(--accent));
  box-shadow:0 12px 24px rgba(201,112,89,.18);
}
.brand-name{font-size:1.2rem;font-weight:800;letter-spacing:-.02em}
.brand-tag{font-size:.82rem;color:var(--text-soft)}

.address-search-container{
  position:relative;
  width:100%;
}
.header-location-suggestions{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  right:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 18px 40px rgba(78,47,33,.12);
  z-index:99999;
  max-height:260px;
  overflow-y:auto;
}
.header-location-suggestions .location-suggestion-item{
  padding:12px 14px;
  font-size:14px;
  color:var(--text);
  cursor:pointer;
  line-height:1.4;
  border-bottom:1px solid rgba(199,154,131,.12);
}
.header-location-suggestions .location-suggestion-item:last-child{
  border-bottom:none;
}
.header-location-suggestions .location-suggestion-item:hover,
.header-location-suggestions .location-suggestion-item.active{
  background:#fff8f5;
}
.header-location-suggestions .location-suggestion-main{
  font-weight:600;
  display:block;
}
.header-location-suggestions .location-suggestion-sub{
  font-size:12px;
  color:var(--text-soft);
  display:block;
  margin-top:2px;
}
.address-search-wrap{
  display:flex;
  align-items:center;
  width:100%;
  border-radius:999px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 10px 22px rgba(174,117,98,.08);
  padding:4px;
  gap:4px;
}
.address-input-wrap{
  flex:1;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 12px;
  min-width:0;
}
.address-input-wrap i{color:#c97059;font-size:1rem}
.address-input-wrap input{
  width:100%;border:0;outline:none;background:transparent;padding:15px 0;color:var(--text)
}
.explore-btn{
  border:0;
  padding:0 20px;
  min-width:120px;
  font-weight:700;
  color:#5a3d34;
  background:#fdece6;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:999px;
  transition:transform .28s ease, filter .28s ease, box-shadow .28s ease;
}
.explore-btn:hover{transform:translateY(-2px);filter:brightness(1.02);box-shadow:0 8px 20px rgba(201,112,89,.15)}
.explore-compass-icon{font-size:1.05rem;color:#8b4f3f}

.header-right{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items:center;
  gap:18px;
  flex:0 0 auto;
  min-width:0;
}
.header-guest-group{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items:center;
  gap:16px;
  flex-shrink:0;
}
.header-left{
  flex:0 0 auto;
}
.header-center{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  justify-content:center;
}
.header-vdivider{
  width:1px;
  height:38px;
  background:rgba(31,41,55,.1);
  flex-shrink:0;
}
.header-action-card{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:6px 4px;
  border:0;
  background:transparent;
  text-decoration:none;
  color:var(--text);
  cursor:pointer;
  font:inherit;
  transition:transform .25s ease, opacity .25s ease;
}
.header-action-card:hover{transform:translateY(-2px);opacity:.92}
.header-action-card--account.is-profile-link .header-action-chevron{display:none}
.header-action-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#fdece6;
  color:#333;
  flex-shrink:0;
}
.header-action-icon i{font-size:1.15rem}
.header-action-icon--shop{color:#c97059}
.header-action-icon--initials{
  background:linear-gradient(145deg,#e8a08c 0%,#c26d57 55%,#b85a44 100%);
  color:#fff;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.06em;
  line-height:1;
  text-transform:uppercase;
  box-shadow:
    0 6px 14px rgba(194,109,87,.28),
    inset 0 1px 0 rgba(255,255,255,.35);
}
.header-action-text{display:flex;flex-direction:column;gap:1px;line-height:1.2;text-align:left;min-width:0}
.header-action-text strong{font-size:.88rem;font-weight:700;color:#333;white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}
.header-action-text small{font-size:.72rem;font-weight:500;color:#666;white-space:nowrap}
.header-action-chevron{font-size:.75rem;color:#666;margin-left:2px;flex-shrink:0}
.header-action-card--account{
  padding:5px 12px 5px 5px;
  max-width:min(100%,220px);
  gap:10px;
  border:1px solid #f0d5c8;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff 0%,#fff8f5 100%);
  box-shadow:
    0 6px 16px rgba(174,117,98,.08),
    inset 0 1px 0 rgba(255,255,255,.9);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.header-action-card--account:hover{
  transform:translateY(-1px);
  opacity:1;
  border-color:#e4b8a8;
  background:#fff;
  box-shadow:
    0 10px 22px rgba(174,117,98,.14),
    inset 0 1px 0 rgba(255,255,255,1);
}

.header-btn,.menu-toggle-btn{
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
  text-decoration:none;
  padding:10px 16px;
  border-radius:999px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  transition:transform .28s ease, box-shadow .28s ease, background .28s ease;
}
.header-btn:hover,.menu-toggle-btn:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(17,24,39,.08)}
.menu-toggle-btn{background:#fff;border:1px solid rgba(31,41,55,.12)}
.menu-icon-wrap{
  width:28px;
  height:28px;
  border-radius:50%;
  border:1px solid rgba(31,41,55,.15);
  display:grid;
  place-items:center;
}
.menu-icon-wrap i{font-size:1rem}
.address-chevron-mobile{display:none;color:#999;font-size:.85rem;flex-shrink:0}

.mobile-bottom-nav{display:none}
.account-dropdown-wrap{display:contents}
.menu-dropdown-wrap{
  position:fixed;
  inset:0;
  z-index:10000;
  pointer-events:none;
}
.menu-dropdown-wrap.active{pointer-events:auto}
.header-dropdown-menu{
  position:fixed;
  width:320px;
  background:rgba(255,255,255,.98);
  backdrop-filter:blur(20px);
  border-radius:24px;
  border:1px solid rgba(31,41,55,.08);
  box-shadow:0 22px 60px rgba(20,35,55,.15);
  padding:18px;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  pointer-events:none;
  transition:.28s ease;
  z-index:10001;
  max-height:calc(100vh - 120px);
  overflow-y:auto;
}
.menu-dropdown-wrap.active .header-dropdown-menu{
  opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;
}
.menu-option-list{display:grid;gap:10px}
.menu-option-btn{
  display:flex;align-items:center;gap:12px;text-decoration:none;
  padding:12px 14px;border-radius:16px;background:#fff;border:1px solid var(--line);font-weight:600;color:#25364d;
}
.menu-option-btn i{width:18px;flex:0 0 18px;text-align:center;color:#c97059;font-size:1rem}
.menu-option-btn span{flex:1 1 auto}
.menu-option-btn:hover{background:#f9fcff}
.menu-join-block{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.menu-download-block{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--line);
  display:flex;
  flex-direction:column;
  gap:10px;
}
.menu-download-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:12px 14px;
  border-radius:16px;
  background:#f8fafc;
  border:1px solid var(--line);
}
.menu-download-item i{font-size:1.4rem}
.menu-download-item i.fa-android{color:#3ddc84}
.menu-download-item i.fa-apple{color:#333}
.menu-download-item span{
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.06em;
  color:#888;
}
.menu-join-title{font-weight:700;margin-bottom:12px}
.social-links-row{display:flex;gap:10px;flex-wrap:wrap}
.social-links-row a{
  width:42px;height:42px;border-radius:14px;display:grid;place-items:center;text-decoration:none;
  background:linear-gradient(135deg,#f6fbff,#fff6f6);border:1px solid var(--line);transition:transform .28s ease;
}
.social-links-row a:hover{transform:translateY(-3px)}

@media (max-width: 1199.98px){
  .header-shell{gap:12px}
  .header-action-text strong{font-size:.82rem;max-width:120px}
  .header-action-text small{font-size:.68rem}
}

@media (min-width: 768px){
  .site-header .brand-logo-img{height:55px;max-width:240px}
}

@media (max-width: 767.98px){
  .site-header{padding:5px 0}
  .header-shell{
    display:flex;
    align-items:center;
    gap:10px;
    padding:2px 0;
    border-radius:22px;
  }
  .header-left{display:none !important}
  .header-center{flex:1 1 auto;min-width:0;max-width:none;justify-content:stretch}
  .header-center-actions{max-width:none;width:100%}
  .header-guest-group,
  .header-right--desktop > .header-vdivider,
  .header-right--desktop > .menu-toggle-btn,
  #accountSection .header-action-card--account{display:none!important}
  .header-right--desktop{
    position:fixed;
    inset:0;
    width:0;
    height:0;
    overflow:visible;
    pointer-events:none;
    z-index:10001;
  }
  body.menu-mobile-open::before{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(20,20,20,.35);
    z-index:9999;
    pointer-events:auto;
  }
  body.account-mobile-open::before{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(20,20,20,.35);
    z-index:10000;
    pointer-events:auto;
  }
  body.account-mobile-open:has(.account-dropdown--user-mobile)::before{
    display:none;
  }
  .menu-dropdown-wrap.active .header-dropdown-menu{
    left:12px;
    right:12px;
    bottom:calc(48px + env(safe-area-inset-bottom, 0px));
    top:auto;
    width:auto;
    transform:translateY(0);
  }
  .brand-logo-img{height:42px;max-width:168px}
  .brand-wrap{padding:5px 8px;border-radius:14px}
  .address-search-wrap{
    border-radius:16px;
    overflow:visible;
    background:#fff;
    border:1px solid var(--line);
    box-shadow:0 6px 16px rgba(17,24,39,.05);
  }
  .address-input-wrap{padding:0 12px;min-width:0}
  .address-input-wrap input{padding:12px 0;font-size:.82rem}
  .address-chevron-mobile{display:block}
  .explore-btn{
    border-radius:14px;
    min-height:44px;
    min-width:auto;
    padding:0 14px;
    margin:4px;
  }
  .explore-label{display:none}
  .explore-compass-icon{font-size:1.1rem}
  .header-dropdown-menu{width:min(320px,calc(100vw - 38px))}

  body.has-mobile-bottom-nav{padding-bottom:calc(50px + env(safe-area-inset-bottom, 0px))}
  html.has-mobile-bottom-nav body{padding-bottom:calc(50px + env(safe-area-inset-bottom, 0px))}

  /* Front-site footer is desktop-only; phones use the bottom nav instead */
  .site-footer{display:none!important}

  .mobile-bottom-nav{
    display:flex;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    max-width:100%;
    z-index:10050;
    align-items:center;
    justify-content:space-between;
    gap:0;
    padding:2px 0 calc(2px + env(safe-area-inset-bottom, 0px));
    background:#fff;
    border-radius:16px 16px 0 0;
    box-shadow:0 -2px 16px rgba(0,0,0,.06);
    border-top:1px solid rgba(0,0,0,.06);
    transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overscroll-behavior:none;
    touch-action:manipulation;
    pointer-events:auto;
  }
  .mobile-nav-item{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:1px;
    padding:2px 0;
    border:0;
    background:transparent;
    text-decoration:none;
    color:#333;
    font:inherit;
    cursor:pointer;
    min-width:0;
    position:relative;
  }
  .mobile-nav-item i{font-size:1.05rem;color:#444}
  .mobile-nav-icon-wrap{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:26px;
    height:26px;
    flex-shrink:0;
  }
  .mobile-nav-icon-wrap i{
    font-size:1.05rem;
    color:#444;
    line-height:1;
  }
  .mobile-nav-notification-badge{
    position:absolute;
    top:-4px;
    right:-6px;
    min-width:15px;
    height:15px;
    padding:0 4px;
    border-radius:999px;
    background:#c26d57;
    color:#fff;
    font-size:9px;
    font-weight:800;
    line-height:15px;
    text-align:center;
    box-shadow:0 2px 6px rgba(194,109,87,.35);
  }
  .mobile-nav-avatar{
    width:26px;
    height:26px;
    border-radius:9px;
    display:grid;
    place-items:center;
    flex-shrink:0;
  }
  .mobile-nav-avatar i{font-size:1.05rem;color:#444;line-height:1}
  .mobile-nav-avatar--initials{
    background:linear-gradient(145deg,#e8a08c 0%,#c26d57 55%,#b85a44 100%);
    color:#fff;
    font-size:.58rem;
    font-weight:800;
    letter-spacing:.04em;
    line-height:1;
    box-shadow:0 3px 8px rgba(194,109,87,.28);
  }
  .mobile-nav-item strong{font-size:.62rem;font-weight:700;line-height:1.05;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .mobile-nav-item small{font-size:.52rem;font-weight:500;color:#888;line-height:1.05;text-align:center}
  .mobile-nav-item--account.is-open,
  body.account-mobile-open .mobile-nav-item--account{
    color:var(--primary-deep);
  }
  .mobile-nav-item--account.is-open i,
  body.account-mobile-open .mobile-nav-item--account i{
    color:var(--primary-deep);
  }
  .mobile-nav-item--account.is-open .mobile-nav-avatar--initials,
  body.account-mobile-open .mobile-nav-item--account .mobile-nav-avatar--initials{
    box-shadow:0 4px 10px rgba(194,109,87,.4);
  }

  .account-dropdown-wrap{
    display:block;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:calc(52px + env(safe-area-inset-bottom, 0px));
    z-index:10000;
    pointer-events:none;
  }
  body.account-mobile-open .account-dropdown-wrap{
    pointer-events:auto;
  }
  .account-dropdown-wrap .account-dropdown{
    position:fixed;
    left:12px;
    right:12px;
    bottom:calc(54px + env(safe-area-inset-bottom, 0px));
    top:auto;
    width:auto;
    max-height:min(68vh,520px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    pointer-events:none;
    transition:.28s ease;
    z-index:10001;
    border-radius:24px;
    padding:18px;
    background:rgba(255,255,255,.98);
    backdrop-filter:blur(20px);
    border:1px solid rgba(31,41,55,.08);
    box-shadow:0 22px 60px rgba(20,35,55,.15);
  }
  .account-dropdown .account-menu-grid,
  .account-dropdown .account-menu-footer{
    display:contents;
  }
  body.account-mobile-open .account-dropdown-wrap .account-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;
  }

  /* Logged-in USER mobile account sheet (vendors keep default sheet) */
  .account-dropdown.account-dropdown--user-mobile{
    left:0;
    right:0;
    bottom:calc(52px + env(safe-area-inset-bottom, 0px));
    top:0;
    max-height:none;
    height:calc(100dvh - 52px - env(safe-area-inset-bottom, 0px));
    border-radius:0;
    padding:0;
    background:#fff;
    box-shadow:none;
    border:none;
    backdrop-filter:none;
    display:flex;
    flex-direction:column;
    overflow:hidden;
  }
  .account-dropdown.account-dropdown--user-mobile .user-mobile-account-head{
    flex:0 0 auto;
    padding:18px 20px 8px;
    background:#fff;
  }
  .account-dropdown.account-dropdown--user-mobile .uma-title-row{
    margin-bottom:18px;
  }
  .account-dropdown.account-dropdown--user-mobile .uma-title-row h2{
    margin:0;
    font-size:1.35rem;
    font-weight:800;
    letter-spacing:-.02em;
    color:#111;
  }
  .account-dropdown.account-dropdown--user-mobile .uma-identity{
    display:flex;
    align-items:center;
    gap:14px;
  }
  .account-dropdown.account-dropdown--user-mobile .uma-avatar-wrap{
    position:relative;
    flex:0 0 auto;
  }
  .account-dropdown.account-dropdown--user-mobile .uma-avatar{
    width:64px;
    height:64px;
    border-radius:50%;
    display:grid;
    place-items:center;
    font-size:1.1rem;
    font-weight:800;
    color:#1f2f46;
    background:linear-gradient(145deg,#fff7f3,#f0d4c8);
    border:1px solid rgba(0,0,0,.06);
    overflow:hidden;
  }
  .account-dropdown.account-dropdown--user-mobile .uma-avatar.has-image{
    background:#f3e7e1;
  }
  .account-dropdown.account-dropdown--user-mobile .uma-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
  .account-dropdown.account-dropdown--user-mobile .uma-edit-btn{
    position:absolute;
    right:-2px;
    bottom:-2px;
    width:22px;
    height:22px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#111;
    color:#fff;
    text-decoration:none;
    border:2px solid #fff;
    box-shadow:0 2px 8px rgba(0,0,0,.18);
  }
  .account-dropdown.account-dropdown--user-mobile .uma-edit-btn i{
    font-size:.62rem;
    color:#fff;
  }
  .account-dropdown.account-dropdown--user-mobile .uma-identity-text{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:4px;
  }
  .account-dropdown.account-dropdown--user-mobile .uma-identity-text strong{
    font-size:1.05rem;
    font-weight:800;
    color:#111;
    line-height:1.2;
  }
  .account-dropdown.account-dropdown--user-mobile .uma-phone{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#6b7280;
    font-size:.88rem;
    font-weight:500;
  }
  .account-dropdown.account-dropdown--user-mobile .uma-phone i{
    font-size:.82rem;
    color:#6b7280;
  }
  .account-dropdown.account-dropdown--user-mobile .menu-option-list{
    flex:1 1 auto;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    padding:14px 16px 28px;
    align-content:start;
  }
  .account-dropdown.account-dropdown--user-mobile .account-menu-grid,
  .account-dropdown.account-dropdown--user-mobile .account-menu-footer{
    display:contents;
  }
  .account-dropdown.account-dropdown--user-mobile #userBookings{order:1}
  .account-dropdown.account-dropdown--user-mobile #userWallet{order:2}
  .account-dropdown.account-dropdown--user-mobile #userTrustScore{order:3}
  .account-dropdown.account-dropdown--user-mobile #userProfile{order:4}
  .account-dropdown.account-dropdown--user-mobile #userWishlist{order:5}
  .account-dropdown.account-dropdown--user-mobile #userOffers{order:6}
  .account-dropdown.account-dropdown--user-mobile #userReviews{order:7}
  .account-dropdown.account-dropdown--user-mobile #userSpend{order:8}
  .account-dropdown.account-dropdown--user-mobile #userReferredUsers{order:9}
  .account-dropdown.account-dropdown--user-mobile #userReferDivider{order:10}
  .account-dropdown.account-dropdown--user-mobile #userReferCashbackBtn{order:11}
  .account-dropdown.account-dropdown--user-mobile #logoutBtn{order:12}
  .account-dropdown.account-dropdown--user-mobile #userDeleteAccountBtn{order:13}
  .account-dropdown.account-dropdown--user-mobile #userReferCashbackBtn,
  .account-dropdown.account-dropdown--user-mobile #logoutBtn,
  .account-dropdown.account-dropdown--user-mobile #userDeleteAccountBtn{
    grid-column:span 1;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    gap:6px;
    min-height:72px;
    padding:10px 6px;
    border-radius:14px;
    font-size:.72rem;
  }
  .account-dropdown.account-dropdown--user-mobile #userReferCashbackBtn{
    background:#fff;
    border:1px solid rgba(0,0,0,.12);
    color:#111;
    box-shadow:none;
  }
  .account-dropdown.account-dropdown--user-mobile #userReferCashbackBtn i{
    width:auto;
    flex:none;
    font-size:1.15rem;
    color:#111;
  }
  .account-dropdown.account-dropdown--user-mobile #logoutBtn{
    background:#fff5f3;
    border:1px solid rgba(194,109,87,.28);
    color:#9a3412;
  }
  .account-dropdown.account-dropdown--user-mobile #logoutBtn i{
    width:auto;
    flex:none;
    font-size:1.15rem;
    color:#c26d57;
  }
  .account-dropdown.account-dropdown--user-mobile #userDeleteAccountBtn{
    background:linear-gradient(135deg,#c2410c 0%,#9a3412 100%);
    border:1px solid #7c2d12;
    color:#fff;
    box-shadow:0 8px 18px rgba(154,52,18,.22);
  }
  .account-dropdown.account-dropdown--user-mobile #userDeleteAccountBtn i{
    width:auto;
    flex:none;
    font-size:1.15rem;
    color:#fff;
  }
  .account-dropdown.account-dropdown--user-mobile #userReferCashbackBtn span,
  .account-dropdown.account-dropdown--user-mobile #logoutBtn span,
  .account-dropdown.account-dropdown--user-mobile #userDeleteAccountBtn span{
    flex:none;
    font-size:.68rem;
    font-weight:700;
    line-height:1.2;
    white-space:normal;
  }
  .account-dropdown.account-dropdown--user-mobile .menu-option-btn--quick{
    grid-column:span 1;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    gap:8px;
    min-height:88px;
    padding:12px 8px;
    border-radius:14px;
    background:#fff;
    border:1px solid rgba(0,0,0,.12);
    box-shadow:none;
    color:#111;
  }
  .account-dropdown.account-dropdown--user-mobile .menu-option-btn--quick i{
    width:auto;
    flex:none;
    font-size:1.35rem;
    color:#111;
  }
  .account-dropdown.account-dropdown--user-mobile .menu-option-btn--quick span{
    flex:none;
    font-size:.72rem;
    font-weight:600;
    line-height:1.25;
    white-space:normal;
  }
  .account-dropdown.account-dropdown--user-mobile .menu-option-btn--quick:hover{
    transform:none;
    background:#fafafa;
    box-shadow:none;
  }
  .account-dropdown.account-dropdown--user-mobile .menu-option-btn:not(.menu-option-btn--quick):not(.menu-option-btn--logout):not(.menu-option-btn--delete-account):not(.menu-option-btn--referral),
  .account-dropdown.account-dropdown--user-mobile .account-menu-divider{
    grid-column:1 / -1;
  }
  .account-dropdown.account-dropdown--user-mobile .menu-option-btn:not(.menu-option-btn--quick):not(.menu-option-btn--logout):not(.menu-option-btn--delete-account):not(.menu-option-btn--referral){
    background:transparent;
    border:none;
    border-radius:0;
    border-bottom:1px solid rgba(0,0,0,.08);
    padding:14px 4px;
    gap:14px;
    box-shadow:none;
    color:#111;
  }
  .account-dropdown.account-dropdown--user-mobile .menu-option-btn:not(.menu-option-btn--quick):not(.menu-option-btn--logout):not(.menu-option-btn--delete-account):not(.menu-option-btn--referral) i{
    color:#111;
    font-size:1.1rem;
  }
  .account-dropdown.account-dropdown--user-mobile .menu-option-btn:not(.menu-option-btn--quick):not(.menu-option-btn--logout):not(.menu-option-btn--delete-account):not(.menu-option-btn--referral) span{
    font-size:.95rem;
    font-weight:500;
  }
  .account-dropdown.account-dropdown--user-mobile .menu-option-btn:not(.menu-option-btn--quick):not(.menu-option-btn--logout):not(.menu-option-btn--delete-account):not(.menu-option-btn--referral):hover{
    background:transparent;
    transform:none;
    box-shadow:none;
  }
  .account-dropdown.account-dropdown--user-mobile .account-menu-divider{
    display:none!important;
  }
}

@media (min-width: 768px){
  .user-mobile-account-head{display:none!important}
  .header-shell{display:flex;align-items:center}
  .header-center{flex:1 1 auto;min-width:0;display:flex;justify-content:center}
  .header-center-actions{max-width:670px;width:100%}
  .address-input-wrap input{padding:13px 0;font-size:.9rem}
  .explore-btn{min-height:48px}
  .mobile-bottom-nav{display:none!important}
  body.menu-mobile-open::before{display:none}
}


/* ==== footer.css ==== */
.site-footer{
    padding: 28px 0 34px;
  }

  .footer-main-grid{
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr 1fr;
    gap: 28px;
    padding: 32px;
    background:
      radial-gradient(ellipse 60% 50% at 0% 0%, rgba(201, 112, 89, 0.1), transparent 55%),
      linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,247,243,.95));
    border: 1px solid rgba(135, 106, 84, 0.14);
    border-radius: 28px;
    box-shadow:
      0 18px 48px rgba(111, 83, 64, 0.1),
      0 2px 0 rgba(255,255,255,0.8) inset;
  }

  .footer-brand{
    display: inline-flex;
    margin-bottom: 16px;
  }

  .footer-logo-wrap{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 18px;
    background: linear-gradient(160deg, #fff, #fff7f3);
    border: 1px solid rgba(135, 106, 84, 0.12);
    box-shadow: 0 10px 24px rgba(111, 83, 64, 0.1);
    transition: transform .25s ease, box-shadow .25s ease;
  }

  .footer-brand:hover .footer-logo-wrap{
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(111, 83, 64, 0.14);
  }

  .footer-logo-wrap .brand-logo-img--footer{
    display: block;
    max-height: 44px;
    width: auto;
  }

  .footer-about{
    max-width: 360px;
    color: #6b5c52;
    line-height: 1.8;
    margin: 0;
    font-size: .95rem;
  }

  .footer-col h3{
    display: inline-block;
    font-size: .82rem;
    margin: 0 0 14px;
    padding-bottom: 0;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6f5340;
    border-bottom: none;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    text-decoration-color: rgba(135, 106, 84, 0.4);
  }

  .footer-col a{
    display: block;
    width: fit-content;
    max-width: 100%;
    text-decoration: none;
    color: #5a4a40;
    margin-bottom: 12px;
    padding: 0;
    border-radius: 0;
    font-size: .95rem;
    font-weight: 500;
    background: transparent;
    border: none;
    box-shadow: none;
    transition: transform .22s ease, color .22s ease;
  }

  .footer-col a:hover{
    transform: translateX(4px);
    color: #c97059;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .footer-social-row{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .footer-social-row a{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: var(--primary-deep, #c97059);
    background: linear-gradient(145deg, #fff, #fff4ef);
    border: 1px solid rgba(135, 106, 84, 0.14);
    box-shadow: 0 6px 14px rgba(111, 83, 64, 0.08);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  }

  .footer-social-row a:hover{
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 10px 20px rgba(201, 112, 89, 0.16);
  }

  .footer-bottom-bar{
    text-align: center;
    padding: 20px 10px 0;
    color: #6b5c52;
    font-size: .92rem;
    font-weight: 550;
  }

  .footer-bottom-bar p{
    margin: 0;
  }

  @media (max-width: 991.98px){
    .footer-main-grid{grid-template-columns: 1fr 1fr; gap: 22px}
  }

  @media (max-width: 575.98px){
    .footer-main-grid{grid-template-columns: 1fr; padding: 22px; border-radius: 22px}
  }



/* ==== home.css ==== */
.container-xxl{max-width:1440px}
main section{padding:50px 0px}
.compact-head{align-items:center}
.center-head{justify-content:center;text-align:center}
.section-right-group{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.eyebrow.light{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.18);color:#ecf7ff}
.hero-title,.section-title-sm{
  margin:0;line-height:1.16;letter-spacing:-.03em;color:#162536
}
.hero-title{font-size:clamp(2rem,4vw,3.45rem);max-width:860px}
.category-showcase-title,.section-title-lg{
  margin:0;font-size:clamp(1.35rem,2.2vw,1.85rem);line-height:1.15;letter-spacing:-.03em;color:#162536;font-weight:600;
}
.section-title-sm{font-size:clamp(1.05rem,2vw,1.35rem)}

.slider-actions{display:flex;gap:10px}
.slider-nav,.view-all-btn,.soft-link-btn,.offer-btn{
  border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;
  transition:transform .28s ease, box-shadow .28s ease, filter .28s ease
}
.slider-nav{
  width:34px;height:34px;border-radius:999px;background:#fff;border:1px solid #edd9cf;box-shadow:none;color:#c9785e
}
.slider-nav:hover,.view-all-btn:hover,.soft-link-btn:hover,.offer-btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(17,24,39,.08)}
.slider-nav:hover{transform:none;box-shadow:none;background:#fff8f3}
.view-all-btn,.soft-link-btn,.offer-btn{
  padding:12px 18px;border-radius:999px;background:linear-gradient(135deg,#fff4ef,#f7e1d8);color:#5a3d34;font-weight:700
}

.category-strip-section{padding-top:12px}
.category-showcase-section{padding:14px 0 10px}
.category-showcase-shell{
  position:relative;overflow:hidden;padding:12px 18px 5px;border-radius:28px;
  background:
    linear-gradient(165deg, rgba(255,255,255,.96) 0%, rgba(255,248,243,.92) 48%, rgba(255,242,234,.88) 100%);
  border:1px solid rgba(201,112,89,.12);
  box-shadow:
    0 24px 60px rgba(174,117,98,.12),
    inset 0 1px 0 rgba(255,255,255,.85);
}
.category-showcase-shell::before{
  content:"";
  position:absolute;inset:0;pointer-events:none;border-radius:inherit;
  background:
    radial-gradient(ellipse 55% 45% at 8% 0%, rgba(244,207,194,.45), transparent 70%),
    radial-gradient(ellipse 40% 35% at 96% 100%, rgba(233,185,172,.28), transparent 65%);
}
.category-showcase-shell > *{position:relative;z-index:1}
.category-showcase-head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:5px;
  flex-wrap:nowrap;
}
.category-showcase-heading{
  display:flex;flex-direction:column;gap:6px;min-width:0;flex:0 0 auto;
}
.category-showcase-kicker{
  display:inline-flex;align-items:center;gap:8px;width:fit-content;
  font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  color:#c97059;white-space:nowrap;
}
.category-showcase-kicker::before{
  content:"";width:18px;height:2px;border-radius:999px;
  background:linear-gradient(90deg,#c97059,#e8a08e);
}
.category-showcase-title{
  font-weight:700;letter-spacing:-.04em;color:#1a2433;
}
.category-showcase-nav{
  display:flex;gap:8px;position:static;transform:none;pointer-events:auto;padding:0;
  flex:0 0 auto;margin-left:auto;
}
.category-alpha-filter{
  flex:1 1 auto;
  min-width:0;
  width:auto;
  margin:0;
  padding:5px 6px;
  border-radius:999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,246,241,.9));
  border:1px solid rgba(201,112,89,.14);
  box-shadow:
    0 8px 18px rgba(174,117,98,.08),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.category-alpha-filter-track{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:flex-start;
  gap:6px;
  width:100%;
  min-width:0;
  overflow-x:auto;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.category-alpha-filter-track::-webkit-scrollbar{display:none}
.category-alpha-chip{
  appearance:none;
  flex:0 0 auto;
  border:1px solid rgba(201,112,89,.18);
  background:#fff;
  color:#5c4a43;
  min-width:32px;
  height:32px;
  padding:0 10px;
  border-radius:10px;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.04em;
  line-height:1;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
  -webkit-tap-highlight-color:transparent;
}
.category-alpha-chip[data-letter="all"]{
  min-width:auto;
  padding:0 12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.68rem;
}
.category-alpha-chip:hover{
  border-color:rgba(201,112,89,.34);
  color:#c97059;
  transform:translateY(-1px);
  box-shadow:0 8px 16px rgba(174,117,98,.12);
}
.category-alpha-chip.is-active{
  background:linear-gradient(165deg,#d27d66,#c97059);
  border-color:transparent;
  color:#fff;
  box-shadow:0 10px 18px rgba(201,112,89,.22);
}
.category-alpha-chip.is-active:hover{
  color:#fff;
  transform:translateY(-1px);
}
.category-showcase-card.is-filtered-out{display:none !important}
.category-alpha-empty{
  margin:4px 0 8px;
  text-align:center;
  font-size:.86rem;
  font-weight:600;
  color:#8a7268;
}
.category-showcase-track{
  display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (10px * 7)) / 8);
  gap:10px;overflow-x:auto;overflow-y:visible;scroll-behavior:smooth;padding:2px 2px 4px;
  scrollbar-width:none;scroll-snap-type:x mandatory;
}
.category-showcase-track::-webkit-scrollbar{display:none}
.category-showcase-card{
  scroll-snap-align:start;min-width:0;border-radius:18px;
  background:none;
  border:none;
  box-shadow:none;
  transition:transform .35s cubic-bezier(.22,1,.36,1);
}
.category-showcase-card:hover{
  transform:translateY(-4px);
  background:none;
  border:none;
  box-shadow:none;
}
.category-showcase-link{
  display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;
  padding:8px 10px 0px;text-decoration:none;color:inherit;text-align:center;min-height:0;
}
.category-showcase-media{
  position:relative;width:120px;height:120px;border-radius:100px;overflow:hidden;flex-shrink:0;
  background:linear-gradient(145deg,#fff7f2,#f3ddd2);
  box-shadow:
    0 6px 14px rgba(174,117,98,.12),
    inset 0 0 0 1px rgba(255,255,255,.7);
  transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease;
}
.category-showcase-media::after{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(201,112,89,.1);
}
.category-showcase-card:hover .category-showcase-media{
  transform:scale(1.04);
  box-shadow:
    0 10px 18px rgba(174,117,98,.16),
    inset 0 0 0 1px rgba(255,255,255,.8);
}
.category-showcase-media img{width:100%;height:100%;object-fit:cover;display:block}
.category-showcase-media--placeholder{
  display:grid;place-items:center;color:#c97059;font-size:1.15rem;
}
.category-showcase-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;width:100%}
.category-showcase-name{
  font-size:.84rem;line-height:1.25;font-weight:700;color:#243041;
  letter-spacing:-.01em;text-align:center;
  white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:0;
  transition:color .28s ease;
}
.category-showcase-card:hover .category-showcase-name{color:#c97059}
.category-showcase-arrow{
  width:22px;height:22px;border-radius:999px;display:grid;place-items:center;flex-shrink:0;
  background:rgba(255,244,239,.95);color:#c97059;border:1px solid rgba(201,112,89,.14);
  opacity:0;transform:translateY(4px);font-size:.75rem;
  transition:transform .28s ease,background .28s ease,color .28s ease,opacity .28s ease;
}
.category-showcase-card:hover .category-showcase-arrow{
  opacity:1;transform:translateY(0);background:#c97059;color:#fff;border-color:transparent;
}
.category-strip-wrap{
  background:rgba(255,255,255,.78);border:1px solid rgba(31,41,55,.08);border-radius:28px;padding:18px;box-shadow:0 18px 50px rgba(174,117,98,.10);position:relative;overflow:visible
}
.category-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - (14px * 3)) / 4);
  gap:14px;
  overflow-x:auto;
  overflow-y:visible;
  scroll-behavior:smooth;
  padding-bottom:4px;
  scrollbar-width:none;
}
.category-track::-webkit-scrollbar{display:none}
.category-item{
  position:relative;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,249,245,.98));border:1px solid rgba(31,41,55,.08);border-radius:20px;padding:10px;transition:transform .28s ease, box-shadow .28s ease
}
.category-item:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(17,24,39,.08)}
.category-toggle{
  width:100%;border:0;background:transparent;padding:8px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;text-align:left;font-weight:700;color:#1f2937
}
.category-icon{
  width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#fff4ef,#f7e1d8);color:#c97059;font-size:1.1rem
}
.category-name{font-size:.96rem;line-height:1.3}
.category-arrow{transition:transform .28s ease;color:#6b7280}
.category-item.active .category-arrow{transform:rotate(180deg)}
.subcategory-panel{display:none}
.floating-subcategory-panel{position:absolute;left:18px;right:18px;top:calc(100% + 12px);display:none;z-index:40;max-height:200px;overflow:auto;padding:16px;border-radius:22px;background:rgba(255,255,255,.98);border:1px solid rgba(31,41,55,.08);box-shadow:0 22px 60px rgba(174,117,98,.14)}
.floating-subcategory-panel.open{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}
.floating-subcategory-panel a{text-decoration:none;color:#677284;font-size:.92rem;padding:10px 12px;border-radius:14px;background:#fff8f4;border:1px solid rgba(31,41,55,.05)}
.floating-subcategory-panel a:hover{color:#1f2937;background:#fff2ea}

.custom-slider{overflow:hidden;position:relative}
.slider-track{display:flex;transition:transform .38s ease}
.slide-card{flex:0 0 auto;padding:10px;box-sizing:border-box}
.hero-card,.listing-card,.feature-box,.review-card{
  background:rgba(255,255,255,.82);border:1px solid rgba(31,41,55,.08);border-radius:28px;box-shadow:none;overflow:hidden
}
.hero-card,.listing-card,.feature-box,.review-card{transition:transform .32s ease, box-shadow .32s ease}
.hero-card:hover,.listing-card:hover,.feature-box:hover,.review-card:hover{transform:translateY(-6px);box-shadow:none}
.hero-card img{width:100%;height:320px;object-fit:cover}
.hero-card-content{padding:22px}
.hero-card-content h3{font-size:1.45rem;line-height:1.25;margin:0 0 12px}
.hero-card-content p{color:#5b6472;line-height:1.75;margin:0 0 18px}

.listing-thumb-wrap{position:relative}
.listing-thumb-wrap img{width:100%;height:240px;object-fit:cover}
.listing-card-body{padding:18px}
.listing-head-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px}
.listing-title-block h3{font-size:1.1rem;margin:0 0 8px;line-height:1.3}
.listing-title-block p,.listing-title-block span{margin:0;color:#667080;font-size:.93rem;line-height:1.65}
.listing-rating{
  min-width:max-content;display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:14px;background:#fff4ef;color:#7a4a3b;font-size:.9rem;font-weight:700;justify-self:end;margin-top:-4px
}
.listing-rating i,.review-stars i{color:#f6b93b}
.compact-rating{padding:9px 10px}
.featured-head-row{align-items:center}
.featured-tag{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  padding:7px 13px;border-radius:999px;font-size:.76rem;font-weight:800;
  letter-spacing:.06em;text-transform:uppercase;line-height:1;white-space:nowrap;
  color:#fff;
  background:linear-gradient(135deg,#5b9fd4 0%,#7ab8e8 100%);
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 8px 22px rgba(91,159,212,.32),inset 0 1px 0 rgba(255,255,255,.45);
}
.featured-tag::before{
  content:'★';font-size:.72rem;line-height:1;color:#eef6fc;
}
.featured-tag--overlay{position:absolute;z-index:4;top:14px;right:14px;left:auto}
.listing-thumb-wrap .featured-tag--overlay{top:10px;right:10px}

.alt-section .listing-card,.alt-section .feature-box,.alt-section .review-card{background:transparent;border:none;box-shadow:none}

.offer-banner-card{
  position:relative;min-height:320px;border-radius:34px;overflow:hidden;
  background:url('../images/offer-bg.jpg') center center/cover no-repeat;box-shadow:0 24px 65px rgba(31,41,55,.12)
}
.offer-banner-overlay{
  position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.04) 38%,rgba(32,26,58,.34) 100%);backdrop-filter:blur(7px)
}
.offer-banner-card.has-copy .offer-banner-overlay{background:linear-gradient(90deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,.08) 34%,rgba(34,25,64,.52) 62%,rgba(24,18,44,.72) 100%)}
.offer-image-only .blur-heavy{backdrop-filter:blur(7px)}
.offer-banner-content{position:relative;z-index:2;max-width:min(460px,42%);padding:44px 44px 44px 0;color:#fff;margin-left:auto;margin-right:36px;text-align:left;display:flex;flex-direction:column;justify-content:center;min-height:320px}
.offer-banner-content h2{font-size:clamp(1.55rem,2.6vw,2.45rem);margin:0 0 14px;line-height:1.18;letter-spacing:-.03em}
.offer-banner-content p{margin:0;color:#edf4fb;line-height:1.72;font-size:1rem}
.offer-btn{background:linear-gradient(135deg,#ffffff,#def6ff)}

.feature-box{padding:28px;height:100%}
.feature-box-top{
  display:flex;align-items:center;gap:12px;margin-bottom:12px;
}
.feature-icon{
  width:42px;height:42px;border-radius:14px;display:grid;place-items:center;margin-bottom:0;font-size:1.1rem;color:#32556f;background:linear-gradient(135deg,#fff4ef,#f7e1d8);flex-shrink:0
}
.feature-box h3{margin:0;font-size:1.15rem;line-height:1.25}
.feature-box p{margin:0;color:#5b6472;line-height:1.8}
.review-top-row{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:16px}
.review-top-row img{width:58px;height:58px;border-radius:18px;object-fit:cover;flex:0 0 auto}
.review-user-meta{min-width:0;flex:1 1 auto}
.review-user-meta h3{
  margin:0 0 2px;font-size:1.05rem;line-height:1.25;color:#1f2937;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.review-user-meta span{
  display:block;color:#74808f;font-size:.88rem;line-height:1.35;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.review-stars{display:flex;gap:3px;font-size:.95rem;flex:0 0 auto;margin-left:auto}
.review-copy{margin:0;color:#5b6472;line-height:1.9}
.review-section #reviewSlider .slider-track{
  align-items:stretch;
}
.review-section #reviewSlider .review-card.slide-card{
  display:flex;
  flex-direction:column;
  height:auto;
  padding:22px 20px;
  box-sizing:border-box;
}
.review-section #reviewSlider .review-copy{
  flex:1 1 auto;
}
@media (max-width: 991.98px){
  main section{padding:0}
.section-right-group{width:100%;justify-content:space-between}
  .category-track{grid-auto-columns:calc((100% - (14px * 3)) / 4)}
  .hero-card img{height:280px}
}

@media (max-width: 767.98px){
.slider-actions{align-self:flex-start}
  .slider-nav{width:34px;height:34px;border-radius:999px}
  .category-strip-wrap,.hero-card,.listing-card,.feature-box,.review-card,.offer-banner-card{border-radius:22px}
  .category-track{grid-auto-columns:calc((100% - 14px) / 2)}
  .subcategory-panel{left:0;width:min(260px,calc(100vw - 44px));max-height:200px}
  .hero-card img{height:240px}
  .listing-thumb-wrap img{height:210px}
  .listing-head-row{grid-template-columns:1fr}
  .offer-banner-card{min-height:240px}
  .offer-banner-content{padding:30px 24px}
}

.hero-image-slider .slider-track{align-items:stretch}
.image-only-card{padding:10px}
.image-only-card img{height:250px;border-radius:28px;object-fit:cover}
.hero-card.image-only-card{background:transparent;border:none;box-shadow:none;overflow:visible}
.hero-card.image-only-card:hover{transform:translateY(-4px);box-shadow:none}

.offer-carousel-section{padding:20px 0px 5px;background:transparent}
.offer-carousel-section > .container-fluid.container-xxl{
  padding-left:0 !important;
  padding-right:0 !important;
}
.offer-carousel{overflow:hidden;position:relative}
.container-xxl{padding:0px 8px}
@media (max-width: 767.98px){.container-xxl{padding:15px 12px}}
.offer-carousel .slider-track{display:flex;transition:transform .38s ease;will-change:transform}
.offer-carousel .offer-slide-card{flex:0 0 auto;box-sizing:border-box;padding:0px 7px}
.offer-carousel .overlay-slider-actions{padding:0 6px;z-index:4}
.offer-carousel .overlay-slider-actions .slider-nav{
  width:34px;height:34px;border-radius:999px;
  background:#fff;border:1px solid #edd9cf;color:#c9785e;
  box-shadow:none;
}
.offer-carousel .overlay-slider-actions .slider-nav:hover{
  transform:none;box-shadow:none;background:#fff8f3;
}
.offer-slide-card{padding:0px 7px}
.offer-slide-link{
  position:relative;display:flex;flex-direction:column;height:100%;border-radius:15px;overflow:hidden;
  box-shadow:none;transition:transform .35s ease,box-shadow .35s ease;
  border:1px solid rgba(255,255,255,.7);background:#fff;
}
.offer-slide-link:hover{transform:translateY(-3px);box-shadow:none}
.offer-slide-media{position:relative;overflow:hidden;border-radius:4px 4px 0 0}
.offer-slide-link img{width:100%;height:200px;object-fit:fill;display:block;border-radius:4px 4px 0 0}
.offer-slide-tag{
  position:absolute;left:4px;top:4px;padding:3px 10px;border-radius:999px;
  background:rgba(255,255,255,.94);backdrop-filter:blur(8px);color:#7a4a3b;
  font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
  max-width:calc(100% - 24px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.offer-slide-info{
  display:flex;align-items:center;padding:10px 12px 12px;border-top:1px solid rgba(31,41,55,.06);
  background:linear-gradient(180deg,#fff,#fffaf7);
}
.offer-slide-address{
  display:flex;align-items:flex-start;gap:5px;font-size:.76rem;line-height:1.4;color:#5f6b7a;width:100%;
}
.offer-slide-address i{color:#c97059;font-size:.78rem;margin-top:1px;flex-shrink:0}
.offer-carousel .offer-slide-card.is-offer-side .offer-slide-info{opacity:.88}
.offer-carousel .offer-slide-card.is-offer-center .offer-slide-info{opacity:1}
.offer-carousel-footer{
  position:relative;
  display:flex;align-items:center;justify-content:center;gap:12px;margin-top:10px;
  padding:0 12px;min-height:36px;
}
.offer-carousel-dots{display:flex;align-items:center;justify-content:center;gap:8px;min-height:10px;margin:0}
.offer-carousel-dot{
  width:8px;height:8px;border-radius:999px;border:none;padding:0;cursor:pointer;
  background:rgba(174,117,98,.28);transition:width .28s ease,background .28s ease;
}
.offer-carousel-dot.is-active{width:26px;background:linear-gradient(135deg,#c97059,#e8a08e)}
.offer-carousel-dot:focus-visible{outline:2px solid #c97059;outline-offset:2px}
.view-all-offers-btn{
  position:absolute;right:12px;top:50%;transform:translateY(-50%);
  border:none;cursor:pointer;padding:6px 12px;border-radius:999px;
  background:linear-gradient(135deg,#fff4ef,#f7e1d8);color:#5a3d34;font-weight:700;font-size:.76rem;
  display:inline-flex;align-items:center;gap:5px;box-shadow:0 6px 14px rgba(174,117,98,.12);
  transition:transform .28s ease,box-shadow .28s ease,filter .28s ease;flex-shrink:0;
}
.view-all-offers-btn:hover{transform:translateY(calc(-50% - 1px));box-shadow:0 8px 18px rgba(174,117,98,.16);filter:brightness(1.02)}
.view-all-offers-btn i{font-size:.78rem}

body.offers-modal-open{overflow:hidden}
#allOffersModalBackdrop{
  position:fixed;inset:0;z-index:3000;background:rgba(10,8,8,.55);backdrop-filter:blur(8px);
}
.offers-gallery-modal{
  position:fixed;inset:0;z-index:3001;display:flex;flex-direction:column;overflow:hidden;
  background:
    radial-gradient(circle at top right,rgba(255,220,205,.45),transparent 28%),
    linear-gradient(180deg,#fffdfb 0%,#fff6f1 100%);
}
.offers-gallery-topbar{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:22px clamp(20px,4vw,48px) 18px;border-bottom:1px solid rgba(201,112,89,.12);
  background:rgba(255,255,255,.78);backdrop-filter:blur(14px);
}
.offers-gallery-kicker{
  display:block;margin-bottom:6px;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#b56f5b;
}
.offers-gallery-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.offers-gallery-topbar h2{margin:0;font-size:clamp(1.6rem,2.5vw,2.2rem);line-height:1.1;color:#121a28;letter-spacing:-.02em}
.offers-gallery-count{
  display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;
  background:linear-gradient(135deg,#fff1ea,#fde1d4);border:1px solid rgba(201,112,89,.2);
  color:#9a4f3d;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
}
.offers-gallery-close{
  width:48px;height:48px;border-radius:14px;border:1px solid rgba(31,41,55,.1);
  background:#fff;color:#1f2a3d;display:grid;place-items:center;cursor:pointer;flex-shrink:0;
  box-shadow:0 10px 24px rgba(31,41,55,.08);transition:transform .2s ease,background .2s ease;
}
.offers-gallery-close:hover{transform:translateY(-1px);background:#fff5ef}
.offers-gallery-body{
  flex:1;min-height:0;overflow-y:auto;padding:18px clamp(20px,4vw,48px) 32px;
  scrollbar-width:thin;scrollbar-color:rgba(201,112,89,.35) transparent;
}
.offers-gallery-body::-webkit-scrollbar{width:8px}
.offers-gallery-body::-webkit-scrollbar-thumb{background:rgba(201,112,89,.3);border-radius:999px}
.offers-gallery-lead{
  margin:0 0 20px;max-width:720px;color:#5d6878;font-size:1rem;line-height:1.65;
}
.offers-gallery-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,1.8vw,22px);
}
.offers-gallery-card{
  display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:22px;overflow:hidden;
  border:1px solid rgba(31,41,55,.08);background:#fff;
  box-shadow:0 16px 40px rgba(31,41,55,.08);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
  animation:offersCardIn .4s ease both;animation-delay:var(--offer-delay,0ms);
}
.offers-gallery-card:hover{
  transform:translateY(-5px);box-shadow:0 24px 54px rgba(31,41,55,.12);border-color:rgba(201,112,89,.24);
}
.offers-gallery-card-media{
  position:relative;overflow:hidden;aspect-ratio:460/200;background:#f6ebe5;
}
.offers-gallery-card-media img{
  width:100%;height:100%;display:block;object-fit:fill;object-position:center;
  transition:transform .4s ease;
}
.offers-gallery-card:hover .offers-gallery-card-media img{transform:scale(1.02)}
.offers-gallery-card-footer{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:16px 18px 18px;border-top:1px solid rgba(31,41,55,.06);
}
.offers-gallery-card-copy{min-width:0}
.offers-gallery-card-tag{
  display:inline-flex;margin-bottom:6px;padding:5px 10px;border-radius:999px;
  background:#fff4ef;color:#9a4f3d;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
}
.offers-gallery-card-address{
  margin:0;display:flex;align-items:flex-start;gap:6px;font-size:.86rem;line-height:1.45;color:#5f6b7a;
}
.offers-gallery-card-address i{color:#c97059;font-size:.86rem;margin-top:2px;flex-shrink:0}
.offers-gallery-card-cta{
  width:42px;height:42px;border-radius:12px;flex-shrink:0;
  display:grid;place-items:center;background:linear-gradient(135deg,#fff4ef,#fde5d9);
  color:#b45f49;border:1px solid rgba(201,112,89,.18);font-size:1rem;
  transition:transform .25s ease,background .25s ease;
}
.offers-gallery-card:hover .offers-gallery-card-cta{transform:translateX(2px);background:linear-gradient(135deg,#ffe8de,#fdd4c5)}
@keyframes offersCardIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media (max-width: 1199.98px){
  .offers-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 991.98px){
  .offers-gallery-grid{grid-template-columns:1fr}
}
@media (max-width: 767.98px){
  .offer-carousel .overlay-slider-actions .slider-nav{width:34px;height:34px}
  .offer-slide-link img{height:150px}
  .offer-carousel-dots{display:none}
  .offer-carousel-footer{padding:0 10px}
  .view-all-offers-btn{right:10px;padding:5px 10px;font-size:.72rem;gap:4px}
  .view-all-offers-btn i{font-size:.72rem}
  .offers-gallery-topbar{padding:16px 16px 14px}
  .offers-gallery-body{padding:14px 16px 24px}
  .offers-gallery-lead{font-size:.92rem;margin-bottom:14px}
}
@media (prefers-reduced-motion: reduce){
  .offers-gallery-modal,.offers-gallery-card{animation:none}
}
.overlay-slider-actions{
  position:absolute;
  left:0;
  right:0;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  justify-content:space-between;
  padding:0 12px;
  pointer-events:none;
  z-index:5;
}
.overlay-slider-actions .slider-nav{pointer-events:auto;background:#fff;border:1px solid #edd9cf;color:#c9785e;box-shadow:none}
.slider-nav.is-disabled{opacity:.38;filter:grayscale(.15);pointer-events:none}
.hero-image-slider .overlay-slider-actions{padding:0 18px}

.nearby-card .listing-title-block p:not(.nearby-address),
#mostBookedSlider .listing-title-block p:not(.nearby-address),
#newSlider .listing-title-block p:not(.nearby-address){white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
#mostBookedSlider .listing-title-block .nearby-address{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  white-space:normal;
  text-overflow:ellipsis;
  min-height:2.9em;
  line-height:1.45;
  font-size:13px;
  color:#6b7280;
  margin:0;
}
.nearby-card .listing-card-body{padding:18px 18px 16px}
.nearby-listing-section{padding-top:18px;padding-bottom:18px}
.nearby-listing-section .container-fluid.container-xxl{
  background:transparent;
  border:none;
  border-radius:22px;
  padding:12px 14px 14px !important;
  box-shadow:none;
}
.nearby-listing-section .section-head{margin-bottom:18px}
.nearby-listing-section .section-head .section-title-lg{
  margin:0;
  font-size:1.95rem;
  line-height:1.2;
  letter-spacing:-.02em;
}
.section-slider-nav,
.category-showcase-nav,
.slider-actions{gap:10px}
.nearby-listing-section .section-slider-nav{gap:10px}
.nearby-listing-section .section-slider-nav .slider-nav,
.section-slider-nav .slider-nav,
.category-showcase-nav .slider-nav{
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid rgba(201,112,89,.18);
  background:linear-gradient(180deg,#ffffff,#fff8f3);
  color:#c9785e;
  box-shadow:0 8px 18px rgba(174,117,98,.1);
}
.nearby-listing-section .section-slider-nav .slider-nav:hover,
.section-slider-nav .slider-nav:hover,
.category-showcase-nav .slider-nav:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 22px rgba(174,117,98,.16);
  background:linear-gradient(180deg,#fff,#fff0e8);
  color:#c97059;
}
.nearby-listing-section .slide-card{padding:0}
.nearby-listing-section .slider-track{gap:10px}
.nearby-listing-section #nearbySlider,
.nearby-listing-section #mostBookedSlider,
.nearby-listing-section #foundingPartnerSlider{
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
}
.nearby-listing-section #nearbySlider::-webkit-scrollbar,
.nearby-listing-section #mostBookedSlider::-webkit-scrollbar,
.nearby-listing-section #foundingPartnerSlider::-webkit-scrollbar{display:none}
.nearby-listing-section #nearbySlider .slider-track,
.nearby-listing-section #mostBookedSlider .slider-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - (10px * 3)) / 4);
  transform:none !important;
  transition:none !important;
}
.nearby-listing-section #foundingPartnerSlider .slider-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - (10px * 5)) / 6);
  gap:10px;
  transform:none !important;
  transition:none !important;
}
.nearby-listing-section #nearbySlider .slide-card,
.nearby-listing-section #mostBookedSlider .slide-card,
.nearby-listing-section #foundingPartnerSlider .slide-card{scroll-snap-align:start}
.founding-partner-card .listing-title-block{
  min-width:0;
  flex:1;
}
.founding-partner-card .listing-title-block h3{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:100%;
}
.founding-partner-card .listing-title-block h3 a{
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.founding-partner-card .featured-tag--overlay{
  display:inline-flex;
  font-size:.6rem;
  padding:4px 8px;
  gap:4px;
}
.founding-partner-card .featured-tag--overlay::before{font-size:.55rem}
.nearby-card.founding-partner-card .listing-thumb-wrap img{height:150px}
.nearby-card{
  background:#fff;
  border:1px solid #f0e3dc;
  border-radius:22px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  transition:border-color .3s ease, background .3s ease;
}
.nearby-listing-section .listing-card:hover,
.nearby-listing-section .nearby-card:hover{
  transform:none;
  box-shadow:none;
  border-color:rgba(201,112,89,.38);
  background:#fffaf8;
}
.nearby-listing-section .listing-thumb-wrap{
  overflow:hidden;
}
.nearby-listing-section .listing-thumb-wrap img{
  transition:transform .4s cubic-bezier(.22,1,.36,1);
}
.nearby-listing-section .listing-card:hover .listing-thumb-wrap img,
.nearby-listing-section .nearby-card:hover .listing-thumb-wrap img{
  transform:scale(1.06);
}
.nearby-listing-section .listing-card:hover .listing-title-block h3 a,
.nearby-listing-section .nearby-card:hover .listing-title-block h3 a{
  color:#c97059;
}
.nearby-card .listing-thumb-wrap img{height:200px}
.nearby-card .type-badge{display:none}
.nearby-card .listing-card-body{padding:12px 12px 14px}
.nearby-card .listing-head-row{gap:8px;align-items:flex-start}
.nearby-card .listing-title-block h3{font-size:1.2rem;margin:0 0 6px;line-height:1.2}
.nearby-card .listing-title-block h3 a{text-decoration:none;color:#1f2937}
.nearby-card .listing-title-block h3 a:hover{color:#1f2937}
.nearby-card .listing-title-block .nearby-address{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  white-space:normal;
  text-overflow:ellipsis;
  min-height:2.9em;
  line-height:1.45;
  font-size:13px;
  color:#6b7280;
  margin:0;
}
.nearby-card .nearby-distance{
  margin-top:3px;
  display:block;
  font-size:13px;
  font-weight:700;
  color:#111827;
}
.nearby-card .nearby-distance i{display:none}
.nearby-card .listing-rating{
  padding:4px 8px;
  border-radius:999px;
  background:#f8eee8;
  color:#c9785e;
  font-size:12px;
  border:1px solid #edd9cf;
  margin-top:0;
  transform:none;
  gap:4px;
}
.nearby-card .listing-rating span{display:none}
.nearby-card .listing-rating i{font-size:11px}
.nearby-empty-state{
  margin:8px 10px 14px;
  padding:14px 16px;
  border-radius:16px;
  border:1px solid rgba(201,112,89,.18);
  background:linear-gradient(180deg,#fffdfa,#fff5ef);
  color:#7a4a3b;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.92rem;
  font-weight:600;
}
.nearby-empty-state p{margin:0}
.nearby-card--empty .listing-card-body{padding:20px}
.alt-section #featuredSlider{
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
}
.alt-section #featuredSlider::-webkit-scrollbar{display:none}
.alt-section #featuredSlider .slide-card{
  padding:0;
  scroll-snap-align:start;
}
.alt-section #featuredSlider .slider-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - (10px * 3)) / 4);
  gap:10px;
  transform:none !important;
  transition:none !important;
}
.alt-section #featuredSlider .featured-card{
  background:#fff;
  border:1px solid #f0e3dc;
  border-radius:22px;
  box-shadow:none;
  transition:border-color .3s ease, background .3s ease;
}
.alt-section #featuredSlider .featured-card:hover{
  transform:none;
  box-shadow:none;
  border-color:rgba(201,112,89,.38);
  background:#fffaf8;
}
.alt-section #featuredSlider .listing-thumb-wrap{
  overflow:hidden;
}
.alt-section #featuredSlider .listing-thumb-wrap img{
  transition:transform .4s cubic-bezier(.22,1,.36,1);
}
.alt-section #featuredSlider .featured-card:hover .listing-thumb-wrap img{
  transform:scale(1.06);
}
.alt-section #featuredSlider .featured-card:hover .listing-title-block h3 a{
  color:#c97059;
}
.alt-section #featuredSlider .featured-tag--overlay{display:inline-flex}
.alt-section #featuredSlider .listing-thumb-wrap img{height:200px}
.alt-section #featuredSlider .listing-card-body{padding:12px 12px 14px}
.alt-section #featuredSlider .featured-head-row{align-items:flex-start;gap:8px}
.alt-section #featuredSlider .listing-title-block h3{font-size:1.2rem;margin:0 0 6px;line-height:1.2}
.alt-section #featuredSlider .listing-title-block h3 a{text-decoration:none;color:#1f2937}
.alt-section #featuredSlider .listing-title-block .featured-address{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  white-space:normal;
  text-overflow:ellipsis;
  min-height:2.8em;
  margin:0;
  font-size:13px;
  line-height:1.45;
  color:#6b7280;
}
.alt-section #featuredSlider .listing-title-block > span:not(.featured-distance){display:none}
.alt-section #featuredSlider .listing-title-block .featured-distance{
  margin-top:4px;
  display:block;
  font-size:13px;
  font-weight:700;
  color:#111827;
}
.alt-section #featuredSlider .listing-rating{
  padding:4px 8px;
  border-radius:999px;
  background:#f8eee8;
  color:#c9785e;
  font-size:12px;
  border:1px solid #edd9cf;
  margin-top:0;
  transform:none;
  gap:4px;
}
.alt-section #featuredSlider .listing-rating i{font-size:11px}
.alt-section #featuredSlider .listing-rating span{display:none}

@media (max-width: 767.98px){
  .nearby-listing-section .container-fluid.container-xxl{padding:10px 10px 12px !important}
  .nearby-listing-section .section-head .section-title-lg{font-size:1.35rem}
  .nearby-listing-section #nearbySlider .slider-track,
  .nearby-listing-section #mostBookedSlider .slider-track{grid-auto-columns:calc((100% - 10px) / 2)}
  .nearby-card .listing-thumb-wrap img{height:200px}
  .nearby-card .listing-title-block h3{font-size:1.05rem}
  .nearby-card .listing-card-body{padding:10px 10px 12px}
  .nearby-card .nearby-address{font-size:12px;min-height:2.5em}
  .nearby-card .nearby-distance{font-size:12px}
  .alt-section #featuredSlider .listing-thumb-wrap img{height:200px}
  .alt-section #featuredSlider .listing-card-body{padding:10px 10px 12px}
  .alt-section #featuredSlider .listing-title-block h3{font-size:1.05rem}
  .alt-section #featuredSlider .listing-title-block .featured-address{font-size:12px;min-height:2.5em}
  .alt-section #featuredSlider .listing-title-block .featured-distance{font-size:12px}
  .overlay-slider-actions{padding:0 8px}
  .image-only-card img{height:260px;border-radius:22px}
  .nearby-card .listing-title-block p:not(.nearby-address),
  #mostBookedSlider .listing-title-block p:not(.nearby-address),
  #newSlider .listing-title-block p:not(.nearby-address){white-space:normal;overflow:visible;text-overflow:unset}
}

.listing-title-block p:not(.nearby-address):not(.featured-address){white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.listing-title-block span:not(.nearby-distance):not(.featured-distance){display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.listing-rating{margin-top:-8px;transform:translateX(2px)}
.review-card img{object-fit:cover}
.compact-head .slider-actions{margin-left:auto}
.category-overlay-actions{padding:0 10px;top:50%;transform:translateY(-50%)}
.category-strip-wrap{position:relative;padding-bottom:18px;overflow:visible}
.category-item.active{box-shadow:0 14px 32px rgba(89,73,140,.12)}
.offer-banner-card.has-copy{min-height:320px}
@media (max-width: 991.98px){
  .category-showcase-track{grid-auto-columns:calc((100% - (10px * 2)) / 3)}
  .alt-section #featuredSlider .slider-track{grid-auto-columns:calc((100% - 10px) / 2)}
  .nearby-listing-section #foundingPartnerSlider .slider-track{grid-auto-columns:calc((100% - (10px * 2)) / 3)}
}
@media (max-width: 767.98px){
  .category-showcase-shell{padding:12px 18px 5px;border-radius:24px}
  .category-showcase-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "heading nav"
      "filter filter";
    align-items:center;
    gap:8px 10px;
    margin-bottom:5px;
  }
  .category-showcase-heading{grid-area:heading;min-width:0}
  .category-showcase-kicker{font-size:.66rem;letter-spacing:.1em}
  .category-showcase-title,.section-title-lg{font-size:1.25rem}
  .category-alpha-filter{
    grid-area:filter;
    width:100%;
    flex:none;
    padding:4px;
    border-radius:999px;
  }
  .category-alpha-filter-track{gap:5px}
  .category-alpha-chip{
    min-width:30px;
    height:30px;
    padding:0 8px;
    border-radius:9px;
    font-size:.72rem;
  }
  .category-alpha-chip[data-letter="all"]{padding:0 10px;font-size:.62rem}
  .category-showcase-nav{grid-area:nav;margin-left:0}
  .category-showcase-track{grid-auto-columns:calc((100% - 10px) / 2);gap:10px}
  .category-showcase-link{padding:8px 10px 0px;gap:6px}
  .category-showcase-media{width:120px;height:120px;border-radius:100px}
  .category-showcase-name{font-size:.78rem}
  .category-showcase-arrow{opacity:1;transform:none}
  .alt-section #featuredSlider .slider-track{grid-auto-columns:100%}
  .nearby-listing-section #foundingPartnerSlider .slider-track{grid-auto-columns:100%}
}
@media (max-width: 575.98px){
  .nearby-listing-section #nearbySlider .slider-track,
  .nearby-listing-section #mostBookedSlider .slider-track,
  .nearby-listing-section #foundingPartnerSlider .slider-track{grid-auto-columns:100%}
}
@media (max-width: 767.98px){.category-track{grid-auto-columns:100%} .category-showcase-track{grid-auto-columns:calc((100% - 10px) / 2);gap:10px} .floating-subcategory-panel{left:8px;right:8px;grid-template-columns:1fr;width:auto} .offer-banner-card.has-copy{min-height:300px;background-position:center} .offer-banner-content{padding:24px 20px;max-width:100%;margin:0;background:linear-gradient(180deg,rgba(25,19,48,.08),rgba(25,19,48,.68));position:absolute;left:0;right:0;bottom:0;border-top-left-radius:22px;border-top-right-radius:22px;min-height:auto}}

/* Prevent Bootstrap row negative margins from causing mobile horizontal scroll */
@media (max-width: 767.98px){
  main .row{
    --bs-gutter-x:1.5rem;
  }
  main .container-fluid.container-xxl{
    overflow-x:hidden;
    overflow-x:clip;
  }
  .site-footer .row{
    --bs-gutter-x:1.5rem;
  }
  .site-footer .container-fluid.container-xxl{
    overflow-x:hidden;
    overflow-x:clip;
  }
}


.category-track{scroll-snap-type:x mandatory;}
.category-item{scroll-snap-align:start;}
@media (max-width: 767.98px){
  .category-strip-wrap{padding:14px 12px 18px;}
  .category-track{grid-auto-columns:100%;gap:12px;padding:0 2px 4px;}
  .category-item{min-height:84px;}
  .category-toggle{padding:10px 8px;}
  .category-overlay-actions{padding:0 4px;}
}


/* ==== explore.css ==== */
.sticky-zone{position:sticky;top:var(--stickyTop);z-index:20}
.filter-card,.results-top,.listing-card,.drawer-panel{background:var(--surface-strong);border:1px solid var(--line-soft);box-shadow:none;border-radius:var(--radius)}
.desktop-sidebar{height:calc(100vh - 56px)}
.filter-card{padding:15px;height:calc(100vh - 56px);display:flex;flex-direction:column;overflow:hidden}
.filter-head,.results-toolbar,.advanced-head,.drawer-head,.drawer-footer-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}
.filter-head h2,.advanced-head h3{margin:0;font-size:1.2rem}
.clear-btn,.advanced-btn,.drawer-clear,.drawer-apply,.step-btn,.slider-btn,.view-btn{border:none;transition:.25s ease}
.clear-btn{background:#fff4ef;color:var(--primary-deep);padding:10px 14px;border-radius:14px;font-weight:700}
.clear-btn:hover,.advanced-btn:hover,.drawer-clear:hover,.drawer-apply:hover,.step-btn:hover,.slider-btn:hover,.view-btn:hover{transform:translateY(-2px)}
.filter-group{padding-top:18px;margin-top:18px;border-top:1px solid var(--line-soft)}
.filter-group:first-of-type{padding-top:0;margin-top:20px;border-top:none}
.filter-group h3{margin:0 0 12px;font-size:1rem}
.filter-group__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.filter-group__head h3{margin:0;font-size:1rem;flex:0 0 auto}
.service-search{position:relative;display:flex;align-items:center;min-width:0;flex:1 1 auto;max-width:148px}
.service-search i{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:.72rem;color:var(--muted);pointer-events:none}
.service-search input{width:100%;height:34px;padding:0 10px 0 28px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font-size:.78rem;font-weight:600;outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.service-search input::placeholder{color:#9a8f88;font-weight:500}
.service-search input:focus{border-color:rgba(201,112,89,.45);box-shadow:0 0 0 3px rgba(201,112,89,.12)}
.filter-group p{margin:4px 0 0;color:var(--muted);font-size:.88rem}
.chip-grid,.advanced-chip-wrap{display:flex;flex-wrap:wrap;gap:10px}
.range-row{display:grid;grid-template-columns:48px 1fr 48px;gap:12px;align-items:center}
.step-btn{height:48px;border-radius:14px;background:#fff4ef;color:var(--primary-deep);font-size:1.4rem;font-weight:700}
.range-wrap{display:flex;flex-direction:column;gap:10px}
.range-wrap input[type="range"]{width:100%;accent-color:var(--primary)}
.range-value{font-weight:700;color:var(--primary-deep)}
.filter-select{width:100%;height:52px;border-radius:16px;border:1px solid var(--line);padding:0 14px;background:#fffaf8;color:var(--text)}
.switch-group{display:flex;flex-direction:column;gap:14px}
.switch-line{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px;border:1px solid var(--line-soft);border-radius:18px;background:#fffaf8;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.switch-line:has(input:checked){
  background:linear-gradient(135deg,#fff5f0 0%,#ffe8df 100%);
  border-color:rgba(201,112,89,.42);
  box-shadow:
    0 10px 20px rgba(201,112,89,.16),
    0 0 0 1px rgba(201,112,89,.12);
}
.switch-line:has(input:checked) h3{color:#b8614c}
.switch{position:relative;display:inline-block;width:54px;height:30px;flex:0 0 auto}
.switch input{opacity:0;width:0;height:0}
.slider-switch{position:absolute;inset:0;background:#e6d4cc;border-radius:999px;transition:.2s}
.slider-switch:before{content:'';position:absolute;height:22px;width:22px;left:4px;top:4px;background:white;border-radius:50%;transition:.2s;box-shadow:0 3px 8px rgba(0,0,0,.15)}
.switch input:checked + .slider-switch{
  background:linear-gradient(165deg,#d27d66 0%,#c97059 55%,#b8614c 100%);
  box-shadow:0 8px 16px rgba(201,112,89,.35),inset 0 0 0 1px rgba(184,97,76,.25);
}
.switch input:checked + .slider-switch:before{transform:translateX(24px)}
.content-area{min-width:0}
.results-top{padding:18px 20px;margin-bottom:22px;backdrop-filter:blur(8px)}
.results-toolbar{min-height:56px}
.advanced-btn{background:linear-gradient(135deg,var(--primary),var(--accent));color:white;padding:13px 18px;border-radius:16px;font-weight:700;display:inline-flex;align-items:center;gap:10px;box-shadow:0 10px 24px rgba(201,112,89,.25)}
.results-count{font-weight:800;color:var(--primary-deep);font-size:1.05rem}
.advanced-panel{margin-top:16px;padding-top:16px;border-top:1px solid var(--line-soft)}
.advanced-panel.hidden{display:none}
.advanced-head{align-items:flex-start;flex-direction:column}
.advanced-head p{margin:0;color:var(--muted)}
.listing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding-bottom:60px}
.image-slider{position:relative;height:250px;overflow:hidden;background:#f3e5df}
.image-slider img{width:100%;height:100%;object-fit:cover;display:block}
.image-track{display:flex;height:100%;transition:transform .35s ease}
.slide{min-width:100%;height:100%}
.listing-image-link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}
.listing-title-link{color:inherit;text-decoration:none}
.listing-title-link:hover{color:#c97059}
.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.92);color:var(--primary-deep);font-size:1rem;box-shadow:0 10px 18px rgba(0,0,0,.14)}
.slider-btn.prev{left:12px}.slider-btn.next{right:12px}
.slider-btn.disabled{opacity:.35;pointer-events:none;filter:blur(1px)}
.card-body{padding:18px}
.card-head{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;margin-bottom:10px}
.card-title{margin:0;font-size:1.08rem;line-height:1.35}
.rating-pill{white-space:nowrap;background:#f6efe8;padding:8px 10px;border-radius:999px;font-weight:800;color:#7b5c53;font-size:.92rem}
.address{margin:0 0 12px;color:var(--muted);line-height:1.5}
.price-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px;padding-top:12px;border-top:1px solid var(--line-soft)}
.starting-price strong{color:var(--primary-deep)}
.view-btn{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;padding:12px 16px;border-radius:14px;font-weight:700}
.empty-state{grid-column:1/-1;background:#fff;padding:40px;border-radius:24px;border:1px dashed var(--line);text-align:center;color:var(--muted)}
.mobile-filter-btn,.mobile-drawer{display:none}
.drawer-panel{position:absolute;left:0;right:0;bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;max-height:min(92dvh,900px);display:flex;flex-direction:column;overflow:hidden}
.drawer-head{padding:20px;border-bottom:1px solid var(--line-soft);flex-shrink:0}
.drawer-body{padding:18px 20px 8px;overflow-y:auto;flex:1 1 auto;min-height:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.drawer-close{border:none;background:#fff4ef;color:var(--primary-deep);width:42px;height:42px;border-radius:12px}
.drawer-footer{padding:16px 20px;border-top:1px solid var(--line-soft);display:flex;flex-direction:column;gap:14px;align-items:stretch;flex-shrink:0}
.drawer-clear,.drawer-apply,.drawer-advanced{height:50px;padding:0 18px;border-radius:16px;font-weight:800;border:none}
.drawer-clear{background:#fff4ef;color:var(--primary-deep)}
.drawer-advanced{background:#fff6f1;color:var(--primary-deep)}
.drawer-apply{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff}
.drawer-backdrop{position:absolute;inset:0;background:rgba(40,27,22,.42);backdrop-filter:blur(2px)}
.mobile-drawer.active{display:block;position:fixed;inset:0;z-index:999}
@media (max-width:1200px){
}
@media (max-width:991px){
.desktop-sidebar{display:none}
  .results-top{display:none}
  .listing-grid{grid-template-columns:1fr;padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px))}
  .mobile-filter-btn{
    display:inline-flex;
    align-items:center;
    gap:7px;
    justify-content:center;
    position:static;
    transform:none;
    flex-shrink:0;
    z-index:1;
    border:2px solid rgba(255,255,255,.95);
    background:linear-gradient(135deg,#b8432c 0%,#c24f38 40%,var(--primary-deep) 100%);
    color:#fff;
    padding:7px 14px;
    border-radius:999px;
    box-shadow:0 8px 22px rgba(194,79,56,.45),0 0 0 3px rgba(201,112,89,.2);
    font-weight:800;
    font-size:.82rem;
    letter-spacing:.01em;
  }
  .mobile-filter-btn i{font-size:.9rem}
  .mobile-drawer.active{z-index:10005}
  .explore-page-shell{
    display:block;
    padding:0 12px 0;
    max-width:100%;
    gap:0;
  }
  .explore-content-area{min-width:0;width:100%}
}
@media (max-width:767px){
  .explore-page-shell{padding:0 10px 0}
  .listing-grid{gap:16px;padding-bottom:calc(60px + env(safe-area-inset-bottom, 0px))}
  .image-slider{height:200px}
  .card-head{align-items:center}
  .price-row{flex-direction:column;align-items:flex-start}
  .view-btn{width:100%}
  .card-title{font-size:1rem}
  .card-body{padding:14px}
}

.filter-head{position:sticky;top:0;z-index:3;background:var(--surface-strong);padding-bottom:16px;border-bottom:1px solid var(--line-soft)}
.filter-scroll-area{overflow:auto;flex:1 1 auto;padding-right:6px;padding-bottom:4px}
.filter-scroll-area::-webkit-scrollbar,.drawer-body::-webkit-scrollbar,.mobile-advanced-panel::-webkit-scrollbar{width:8px}
.filter-scroll-area::-webkit-scrollbar-thumb,.drawer-body::-webkit-scrollbar-thumb,.mobile-advanced-panel::-webkit-scrollbar-thumb{background:#e5c9be;border-radius:999px}

.mobile-advanced-panel{display:flex;flex-wrap:wrap;gap:10px;max-height:180px;overflow:auto;background:#fffaf8;border:1px solid var(--line-soft);border-radius:18px;padding:14px}
.mobile-advanced-panel.hidden{display:none}
body:has(.mobile-drawer.active) .mobile-filter-btn{opacity:0;pointer-events:none}
.mobile-advanced-panel .advanced-chip{font-size:.92rem}

.empty-inline{color:var(--muted);font-size:.92rem;line-height:1.5;padding:8px 2px}


.drawer-results-count{display:none;font-weight:800;color:var(--primary-deep);padding:0 24px 12px;font-size:1rem}
@media (max-width: 991px){
  .results-toolbar .results-count{display:none}
  .drawer-results-count{display:block}
}

/* ===== Explore page polish ===== */
.explore-page-shell .filter-card{
  padding:15px;
  background:linear-gradient(180deg,#fff 0%,#fffaf8 100%);
  border:1px solid rgba(237,220,210,.9);
  border-radius:22px;
  box-shadow:0 12px 36px rgba(174,117,98,.08);
}
.explore-page-shell .filter-head{
  padding-bottom:12px;
}
.explore-page-shell .filter-head h2{
  font-size:1.1rem;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--text);
}
.explore-page-shell .filter-head h2::before{
  content:"\f0b0";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  margin-right:10px;
  border-radius:12px;
  background:linear-gradient(135deg,#fdece6,#fff5f0);
  color:var(--primary-deep);
  font-size:.85rem;
  vertical-align:middle;
}
.explore-page-shell .clear-btn{
  background:#fff7f2;
  border:1px solid rgba(237,220,210,.8);
  font-size:.88rem;
}
.explore-page-shell .filter-group{
  padding-top:14px;
  margin-top:14px;
}
.explore-page-shell .filter-group__head{
  margin-bottom:10px;
  gap:8px;
}
.explore-page-shell .filter-group h3,
.explore-page-shell .filter-group__head h3{
  font-size:.86rem;
  font-weight:700;
  color:#4f433c;
  margin:0;
  letter-spacing:.01em;
}
.explore-page-shell .filter-group > h3{
  margin-bottom:10px;
}
.explore-page-shell .service-search{
  max-width:132px;
}
.explore-page-shell .service-search input{
  height:30px;
  font-size:.74rem;
  border-color:rgba(237,220,210,.95);
  background:#fff;
}
.explore-page-shell .service-search input:focus{
  border-color:rgba(201,112,89,.5);
  box-shadow:0 0 0 3px rgba(201,112,89,.12);
}
.explore-page-shell .switch-line h3{
  font-size:.84rem;
  font-weight:700;
  color:#4f433c;
  margin:0 0 2px;
}
.explore-page-shell .chip-grid,
.explore-page-shell .advanced-chip-wrap{
  gap:8px;
}
.explore-page-shell .chip{
  padding:8px 11px;
  font-size:.8rem;
  background:#fff;
  border-color:rgba(237,220,210,.95);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.explore-page-shell .chip:hover{
  transform:translateY(-1px);
  border-color:#e7b9a8;
  box-shadow:0 6px 16px rgba(201,112,89,.1);
}
.explore-page-shell .chip.active{
  transform:translateY(-1px);
  background:linear-gradient(165deg,#d27d66 0%,#c97059 55%,#b8614c 100%);
  color:#fff;
  border-color:rgba(184,97,76,.55);
  box-shadow:
    0 10px 20px rgba(201,112,89,.32),
    0 0 0 1px rgba(201,112,89,.18);
  font-weight:800;
}
.subcategory-view-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  margin-top:8px;
  padding:6px 12px;
  border:1px solid rgba(201,112,89,.32);
  border-radius:999px;
  background:linear-gradient(135deg,#fff5f0 0%,#fdece6 100%);
  color:#b86b55;
  font-size:.72rem;
  font-weight:800;
  line-height:1.2;
  cursor:pointer;
  box-shadow:0 3px 10px rgba(201,112,89,.12);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
}
.subcategory-view-more::after{
  content:"\f078";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  font-size:.58rem;
  opacity:.85;
}
.subcategory-view-more:hover{
  transform:translateY(-1px);
  background:linear-gradient(135deg,#fff 0%,#ffe8de 100%);
  border-color:rgba(201,112,89,.45);
  box-shadow:0 5px 14px rgba(201,112,89,.18);
}
.mobile-drawer .subcategory-view-more{
  margin-top:6px;
  padding:5px 10px;
  font-size:.7rem;
}
.explore-page-shell .input-shell{
  height:46px;
  background:#fff;
  border-radius:14px;
}
.explore-page-shell .filter-select{
  height:44px;
  border-radius:14px;
  background:#fff;
  cursor:pointer;
}
.explore-page-shell .switch-line{
  border-radius:14px;
  background:#fff;
  padding:12px;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.explore-page-shell .switch-line:hover{
  border-color:#e7b9a8;
  box-shadow:0 4px 14px rgba(201,112,89,.08);
}
.explore-page-shell .switch-line:has(input:checked){
  background:linear-gradient(135deg,#fff5f0 0%,#ffe8df 100%);
  border-color:rgba(201,112,89,.45);
  box-shadow:
    0 10px 20px rgba(201,112,89,.18),
    0 0 0 1px rgba(201,112,89,.14);
}
.explore-page-shell .switch-line:has(input:checked):hover{
  border-color:rgba(201,112,89,.55);
  box-shadow:
    0 12px 22px rgba(201,112,89,.22),
    0 0 0 1px rgba(201,112,89,.16);
}
.explore-page-shell .switch-line:has(input:checked) h3{
  color:#b8614c;
}
.explore-page-shell .step-btn{
  height:44px;
  border-radius:14px;
  border:1px solid rgba(237,220,210,.8);
  background:#fff7f2;
}
.explore-page-shell .results-top{
  background:linear-gradient(135deg,#fff 0%,#fff8f5 100%);
  border:1px solid rgba(237,220,210,.9);
  border-radius:16px;
  padding:8px 14px;
  margin-bottom:6px;
  box-shadow:0 8px 22px rgba(174,117,98,.06);
}
@media (min-width:992px){
  .explore-page-shell .explore-content-area{
    align-self:start;
    overflow:visible;
  }
  .explore-page-shell .results-top.sticky-zone{
    position:sticky;
    top:var(--stickyTop);
    z-index:35;
    width:100%;
    backdrop-filter:blur(12px);
    background:rgba(255,255,255,.96);
  }
  .explore-page-shell .explore-sidebar.sticky-zone{
    align-self:start;
  }
}
.explore-page-shell .results-toolbar{
  min-height:auto;
  gap:10px;
}
.explore-page-shell .results-count{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 12px;
  border-radius:999px;
  background:#fff7f2;
  border:1px solid rgba(237,220,210,.8);
  font-size:.88rem;
}
.explore-page-shell .advanced-btn{
  border-radius:12px;
  padding:9px 14px;
  font-size:.86rem;
  background:linear-gradient(135deg,#c07862 0%,#c97059 52%,#dba590 100%);
  border:1px solid rgba(255,255,255,.85);
  color:#fff;
  box-shadow:0 6px 16px rgba(183,100,82,.26);
  font-weight:700;
}
.explore-page-shell .advanced-btn:hover,
.explore-page-shell .view-btn:hover{
  box-shadow:0 8px 20px rgba(183,100,82,.32);
}
.explore-page-shell .results-count::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  flex-shrink:0;
}
.explore-page-shell .listing-grid{
  gap:12px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:0;
  padding-top:0;
}
.explore-page-shell .listing-card{
  overflow:hidden;
  border:1px solid rgba(237,220,210,.85);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(174,117,98,.08);
}
.explore-page-shell .listing-card:hover{
  transform:translateY(-3px);
  box-shadow:none;
}
.explore-page-shell .image-slider{
  height:200px;
  border-radius:0;
}
.explore-page-shell .image-slider .type-badge{
  position:absolute;
  top:10px;
  left:10px;
  z-index:3;
  max-width:calc(100% - 20px);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:.7rem;
  padding:5px 9px;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}
.explore-page-shell .featured-tag--overlay{
  top:10px;
  right:10px;
  padding:5px 10px;
  font-size:.68rem;
}
.explore-page-shell .card-body{
  padding:12px 14px 14px;
}
.explore-page-shell .card-head{
  align-items:center;
  margin-bottom:6px;
  gap:8px;
}
.explore-page-shell .card-title{
  font-size:.98rem;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--text);
}
.explore-page-shell .listing-image-link{
  display:block;
  width:100%;
  height:100%;
  color:inherit;
  text-decoration:none;
}
.explore-page-shell .listing-title-link{
  color:inherit;
  text-decoration:none;
  transition:color .2s ease;
}
.explore-page-shell .listing-title-link:hover{
  color:#c97059;
}
.explore-page-shell .rating-pill{
  background:linear-gradient(135deg,#fff7f2,#fff);
  border:1px solid rgba(237,220,210,.8);
  font-size:.76rem;
  padding:5px 8px;
}
.explore-page-shell .rating-pill i{
  color:#f6b93b;
}
.explore-page-shell .address{
  font-size:.82rem;
  color:var(--text-soft);
  margin-bottom:10px;
}
.explore-page-shell .price-row{
  padding-top:10px;
  border-top:1px dashed rgba(237,220,210,.9);
  gap:8px;
}
.explore-page-shell .starting-price{
  font-size:.82rem;
}
.explore-page-shell .distance-text{
  display:inline-flex;
  align-items:center;
  gap:4px;
  margin-top:4px;
  font-size:.76rem;
  color:var(--text-soft);
}
.explore-page-shell .distance-text::before{
  content:"\f3c5";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  font-size:.7rem;
  color:var(--primary);
}
.explore-page-shell .starting-price strong{
  font-size:.95rem;
  color:var(--primary-deep);
}
.explore-page-shell .advanced-panel{
  background:#fffaf8;
  border-radius:14px;
  padding:12px;
  margin-top:10px;
}
.explore-page-shell .advanced-chip{
  transition:transform .2s ease;
  font-size:.8rem;
  padding:8px 11px;
}
.explore-page-shell .advanced-chip:hover{
  transform:translateY(-1px);
}
.explore-page-shell .view-btn{
  border-radius:12px;
  padding:9px 12px;
  font-size:.8rem;
  white-space:nowrap;
  background:linear-gradient(135deg,#c07862 0%,#c97059 52%,#dba590 100%);
  border:1px solid rgba(255,255,255,.85);
  box-shadow:0 6px 16px rgba(183,100,82,.26);
  font-weight:700;
  color:#fff;
}
.explore-page-shell .empty-state{
  background:linear-gradient(180deg,#fff,#fffaf8);
  border:1px dashed rgba(201,112,89,.25);
  border-radius:24px;
  padding:48px 24px;
}
.explore-page-shell .empty-state h3{
  margin:0 0 8px;
  color:var(--text);
  font-size:1.15rem;
}
.explore-page-shell .one-line-ellipsis{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.explore-page-shell .card-title.one-line-ellipsis,
.explore-page-shell .address.one-line-ellipsis{
  display:block;
  width:100%;
}
.explore-page-shell .card-head{
  display:flex;
  gap:12px;
  min-width:0;
}
.explore-page-shell .card-title{
  flex:1 1 auto;
  min-width:0;
}
.explore-page-shell .filter-scroll-area{
  max-height:calc(100vh - 140px);
  padding-right:4px;
}
.explore-mobile-summary{display:none}
.explore-page-shell .slider-btn{
  width:32px;
  height:32px;
  font-size:.85rem;
}
.explore-page-shell .slider-btn.prev{left:8px}
.explore-page-shell .slider-btn.next{right:8px}
.explore-sidebar{
  width:330px;
  min-width:330px;
  flex:0 0 330px;
}

/* ===== Listing detail sidebar (matches explore filters) ===== */
.listing-sidebar .filter-card{
  padding:15px;
  background:linear-gradient(180deg,#fff 0%,#fffaf8 100%);
  border:1px solid rgba(237,220,210,.9);
  border-radius:22px;
  box-shadow:0 12px 36px rgba(174,117,98,.08);
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.listing-sidebar .filter-head{
  padding-bottom:12px;
}
.listing-sidebar .filter-head h2{
  font-size:1.1rem;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--text);
}
.listing-sidebar .filter-head h2::before{
  content:"\f0b0";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  margin-right:10px;
  border-radius:12px;
  background:linear-gradient(135deg,#fdece6,#fff5f0);
  color:var(--primary-deep);
  font-size:.85rem;
  vertical-align:middle;
}
.listing-sidebar .clear-btn{
  background:#fff7f2;
  border:1px solid rgba(237,220,210,.8);
  font-size:.88rem;
}
.listing-sidebar .filter-group,
#filterSheet .filter-group,
#mobileFilterMount .filter-group{
  padding-top:14px;
  margin-top:14px;
}
.listing-sidebar .filter-group__head,
#filterSheet .filter-group__head,
#mobileFilterMount .filter-group__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:10px;
}
.listing-sidebar .filter-group h3,
.listing-sidebar .filter-group__head h3,
#filterSheet .filter-group h3,
#filterSheet .filter-group__head h3,
#mobileFilterMount .filter-group h3,
#mobileFilterMount .filter-group__head h3{
  font-size:.86rem;
  font-weight:700;
  color:#4f433c;
  margin:0;
  letter-spacing:.01em;
}
.listing-sidebar .filter-group > h3,
#filterSheet .filter-group > h3,
#mobileFilterMount .filter-group > h3{
  margin-bottom:10px;
}
.listing-sidebar .service-search,
#filterSheet .service-search,
#mobileFilterMount .service-search{
  max-width:132px;
}
.listing-sidebar .service-search input,
#filterSheet .service-search input,
#mobileFilterMount .service-search input{
  height:30px;
  font-size:.74rem;
  border-color:rgba(237,220,210,.95);
  background:#fff;
}
.listing-sidebar .service-search input:focus,
#filterSheet .service-search input:focus,
#mobileFilterMount .service-search input:focus{
  border-color:rgba(201,112,89,.5);
  box-shadow:0 0 0 3px rgba(201,112,89,.12);
}
.listing-sidebar .chip-grid,
#filterSheet .chip-grid,
#mobileFilterMount .chip-grid{
  gap:8px;
}
.listing-sidebar #subcategoryFilter,
#filterSheet #subcategoryFilter,
#mobileFilterMount #subcategoryFilter{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap:8px;
}
.listing-sidebar #subcategoryFilter .chip,
#filterSheet #subcategoryFilter .chip,
#mobileFilterMount #subcategoryFilter .chip{
  width:auto;
  justify-content:center;
  border-radius:999px;
  padding:8px 11px;
}
.listing-sidebar .chip,
#filterSheet .chip,
#mobileFilterMount .chip{
  padding:8px 11px;
  font-size:.8rem;
  background:#fff;
  border-color:rgba(237,220,210,.95);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.listing-sidebar .chip:hover,
#filterSheet .chip:hover,
#mobileFilterMount .chip:hover{
  transform:translateY(-1px);
  border-color:#e7b9a8;
  box-shadow:0 6px 16px rgba(201,112,89,.1);
}
.listing-sidebar .chip.active,
#filterSheet .chip.active,
#mobileFilterMount .chip.active,
.mobile-drawer .chip.active{
  transform:translateY(-1px);
  background:linear-gradient(165deg,#d27d66 0%,#c97059 55%,#b8614c 100%);
  color:#fff;
  border-color:rgba(184,97,76,.55);
  box-shadow:
    0 10px 20px rgba(201,112,89,.32),
    0 0 0 1px rgba(201,112,89,.18);
  font-weight:800;
}
.listing-sidebar .filter-scroll-area{
  padding-right:4px;
}
.listing-sidebar .filter-scroll-area::-webkit-scrollbar{width:8px}
.listing-sidebar .filter-scroll-area::-webkit-scrollbar-thumb{background:#e5c9be;border-radius:999px}

/* ===== Listing detail right sidebar (matches left / explore) ===== */
.listing-sidebar-right{
  width:330px;
  min-width:330px;
}
.listing-sidebar-right .booking-card,
.listing-sidebar-right .map-card,
#bookingSheet .booking-card-inner,
#mobileBookingMount .booking-card-inner{
  padding:15px;
  background:linear-gradient(180deg,#fff 0%,#fffaf8 100%);
  border:1px solid rgba(237,220,210,.9);
  border-radius:22px;
  box-shadow:0 12px 36px rgba(174,117,98,.08);
}
.listing-sidebar-right .booking-card,
.listing-sidebar-right .map-card{
  overflow:hidden;
}
.listing-sidebar-right .booking-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding-bottom:12px;
  margin-bottom:0;
  border-bottom:1px solid var(--line-soft);
}
.listing-sidebar-right .booking-head h2,
#bookingSheet .sidebar-panel-head h2,
#mobileBookingMount .sidebar-panel-head h2{
  margin:0;
  font-size:1.1rem;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--text);
  line-height:1.3;
}
.listing-sidebar-right .booking-head h2::before{
  content:"\f1ec";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  margin-right:10px;
  border-radius:12px;
  background:linear-gradient(135deg,#fdece6,#fff5f0);
  color:var(--primary-deep);
  font-size:.85rem;
  vertical-align:middle;
}
.listing-sidebar-right .cart-count{
  min-width:34px;
  height:34px;
  padding:0 10px;
  border-radius:12px;
  background:#fff7f2;
  border:1px solid rgba(237,220,210,.8);
  color:var(--primary-deep);
  font-size:.88rem;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.listing-sidebar-right .cart-list{
  max-height:280px;
  padding:12px 0;
  gap:8px;
}
.listing-sidebar-right .cart-list::-webkit-scrollbar{width:8px}
.listing-sidebar-right .cart-list::-webkit-scrollbar-thumb{background:#e5c9be;border-radius:999px}
.listing-sidebar-right .empty-cart{
  padding:14px;
  border-radius:14px;
  font-size:.8rem;
  line-height:1.5;
}
.listing-sidebar-right .cart-item{
  position:relative;
  display:block;
  padding:12px;
  border-radius:14px;
  background:#fff;
}
.listing-sidebar-right .cart-item__body{
  padding-right:26px;
}
.listing-sidebar-right .cart-item__top{
  display:block;
}
.listing-sidebar-right .cart-item h4{
  margin:0;
  padding-right:4px;
  font-size:.86rem;
  font-weight:700;
  color:#4f433c;
  line-height:1.4;
}
.listing-sidebar-right .cart-item__price{
  display:block;
  margin-top:6px;
  font-size:.82rem;
  font-weight:800;
  color:var(--primary-deep);
  line-height:1.35;
  word-break:break-word;
}
.listing-sidebar-right .remove-btn,
.listing-sidebar-right .remove-btn.icon-only{
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
  width:24px;
  min-width:24px;
  height:24px;
  padding:0;
  border-radius:7px;
  font-size:11px;
  border:1px solid #ead9d2;
  background:#fff;
  color:#9a6b5d;
  box-shadow:0 1px 4px rgba(60,35,28,.06);
}
.listing-sidebar-right .remove-btn:hover,
.listing-sidebar-right .remove-btn.icon-only:hover{
  background:#fdf6f3;
  border-color:#ddb9ad;
  color:#8b4f3f;
}
.listing-sidebar-right .cart-summary{
  gap:10px;
  padding-top:12px;
  border-top-color:rgba(237,220,210,.9);
}
.listing-sidebar-right .cart-summary__offer{
  padding:10px 12px;
  border-radius:14px;
}
.listing-sidebar-right .cart-summary__offer strong{
  font-size:.86rem;
  font-weight:700;
  color:#4f433c;
}
.listing-sidebar-right .cart-summary__offer span{
  font-size:.8rem;
}
.listing-sidebar-right .cart-summary__breakdown{
  padding:10px 12px;
  border-radius:14px;
  gap:6px;
}
.listing-sidebar-right .cart-summary__line{
  font-size:.8rem;
}
.listing-sidebar-right .cart-summary__line strong{
  font-size:.86rem;
}
.listing-sidebar-right .cart-summary__totals{
  gap:8px;
}
.listing-sidebar-right .cart-summary__total-box{
  padding:10px 12px;
  border-radius:14px;
  min-height:72px;
}
.listing-sidebar-right .cart-summary__total-box span{
  margin-bottom:4px;
  font-size:.8rem;
  font-weight:700;
  color:#4f433c;
}
.listing-sidebar-right .cart-summary__total-box strong{
  font-size:1.1rem;
  font-weight:800;
  color:var(--text);
}
.listing-sidebar-right .cart-summary__total-box--price strong{
  color:var(--primary-deep);
}
.listing-sidebar-right .cart-summary__total-box--time strong{
  font-size:1rem;
}
.listing-sidebar-right .booking-continue-wrap{
  display:flex;
  justify-content:flex-end;
  margin-top:14px;
}
.listing-sidebar-right .booking-continue-btn{
  min-width:124px;
  min-height:42px;
  padding:0 18px;
  border-radius:12px;
  font-size:.88rem;
  font-weight:800;
  border:none;
  background:#c97059;
  color:#fff;
  box-shadow:0 4px 14px rgba(201,112,89,.22);
}
.listing-sidebar-right .booking-continue-btn:hover{
  background:#b8634f;
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(201,112,89,.28);
}
.listing-sidebar-right .map-card{
  padding:0;
}
.listing-sidebar-right .map-preview{
  min-height:200px;
  border-radius:22px;
}
.listing-sidebar-right .map-overlay{
  padding:14px;
  gap:10px;
}
.listing-sidebar-right .map-overlay strong{
  font-size:.86rem;
  font-weight:700;
}
.listing-sidebar-right .map-overlay p{
  font-size:.8rem;
  line-height:1.45;
}
.listing-sidebar-right .secondary-btn{
  min-height:40px;
  padding:0 14px;
  border-radius:14px;
  font-size:.88rem;
  font-weight:700;
  background:#fff7f2;
  border:1px solid rgba(237,220,210,.8);
  color:var(--primary-deep);
}
#bookingSheet .booking-card-inner,
#mobileBookingMount .booking-card-inner{
  display:flex;
  flex-direction:column;
  gap:10px;
}
#bookingSheet .selected-row,
#mobileBookingMount .selected-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(237,220,210,.95);
  font-size:.8rem;
  color:#4f433c;
}
#bookingSheet .selected-row strong,
#mobileBookingMount .selected-row strong{
  font-size:.86rem;
  font-weight:700;
  color:var(--text);
  white-space:nowrap;
}
#bookingSheet .empty-cart,
#mobileBookingMount .empty-cart{
  padding:14px;
  border-radius:14px;
  font-size:.8rem;
  text-align:center;
  color:var(--muted);
  border:1px dashed rgba(237,220,210,.95);
  background:#fff;
}
#bookingSheet .primary-btn,
#mobileBookingMount .primary-btn{
  min-height:42px;
  padding:0 18px;
  border-radius:12px;
  font-size:.88rem;
  font-weight:800;
  border:none;
  background:#c97059;
  color:#fff;
  box-shadow:0 4px 14px rgba(201,112,89,.22);
}

@media (max-width:991px){
  .explore-page-shell .explore-content-area{overflow:visible}
  .explore-mobile-summary{
    display:block;
    position:sticky;
    top:var(--explore-mobile-summary-top,76px);
    z-index:1015;
    margin:0 -12px 0;
    padding:0 12px 10px;
  }
  .explore-mobile-summary__inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    flex-wrap:nowrap;
    padding:8px 12px;
    border-radius:0 0 10px 10px;
    background:linear-gradient(135deg,#fff 0%,#fff8f5 100%);
    border:1px solid rgba(237,220,210,.9);
    box-shadow:0 8px 24px rgba(174,117,98,.08);
  }
  .explore-mobile-summary__text{
    display:flex;
    align-items:baseline;
    gap:8px;
    flex-wrap:wrap;
    min-width:0;
    flex:1 1 auto;
  }
  .explore-mobile-summary__count{
    font-size:1.35rem;
    font-weight:800;
    color:var(--primary-deep);
    line-height:1;
  }
  .explore-mobile-summary__label{
    font-size:.88rem;
    font-weight:600;
    color:var(--text-soft);
  }
  .explore-page-shell .listing-card{
    border-radius:22px;
  }
  .explore-page-shell .price-row{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
  .explore-page-shell .price-row > div{
    min-width:0;
    flex:1 1 auto;
  }
  .explore-page-shell .view-btn{
    width:auto;
    flex-shrink:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .mobile-drawer .drawer-panel{
    border-radius:22px 22px 0 0;
    border:1px solid rgba(237,220,210,.9);
    border-bottom:none;
    box-shadow:0 -24px 60px rgba(60,35,28,.16);
    background:linear-gradient(180deg,#fff 0%,#fffaf8 100%);
  }
  .mobile-drawer .drawer-backdrop{
    background:rgba(28,18,14,.48);
    backdrop-filter:blur(6px);
  }
  .mobile-drawer .drawer-grab{
    width:40px;
    height:4px;
    border-radius:999px;
    background:rgba(201,112,89,.28);
    margin:10px auto 0;
    flex-shrink:0;
  }
  .mobile-drawer .drawer-head{
    padding:8px 16px 10px;
    border-bottom:none;
  }
  .mobile-drawer .drawer-head h2{
    margin:0;
    font-size:1.05rem;
    font-weight:800;
    letter-spacing:-.02em;
    display:inline-flex;
    align-items:center;
    gap:10px;
  }
  .mobile-drawer .drawer-head h2::before{
    content:"\f0b0";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    border-radius:10px;
    background:linear-gradient(135deg,#fdece6,#fff5f0);
    color:var(--primary-deep);
    font-size:.8rem;
  }
  .mobile-drawer .drawer-close{
    width:36px;
    height:36px;
    border-radius:10px;
    font-size:.95rem;
  }
  .mobile-drawer .drawer-results-count{
    padding:0 16px 12px;
    font-size:.82rem;
    font-weight:700;
    color:var(--text-soft);
  }
  .mobile-drawer .drawer-results-count span{
    color:var(--primary-deep);
    font-size:.95rem;
    font-weight:800;
  }
  .mobile-drawer .drawer-body{
    padding:0 14px 16px;
  }
  .mobile-drawer .drawer-body .filter-card{
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    display:block;
    padding:0;
    border:none;
    box-shadow:none;
    background:transparent;
    border-radius:0;
  }
  .mobile-drawer .drawer-body .filter-scroll-area{
    max-height:none!important;
    overflow:visible!important;
    padding-right:0;
  }
  .mobile-drawer .drawer-body .filter-group{
    margin-top:0;
    padding:12px 13px;
    border:1px solid rgba(237,220,210,.78);
    border-radius:14px;
    background:#fff;
    box-shadow:0 4px 14px rgba(174,117,98,.05);
  }
  .mobile-drawer .drawer-body .filter-group + .filter-group{
    margin-top:10px;
  }
  .mobile-drawer .drawer-body .filter-group:first-of-type{
    margin-top:0;
    border-top:none;
    padding-top:12px;
  }
  .mobile-drawer .drawer-body .filter-group h3{
    font-size:.8rem;
    margin-bottom:8px;
    color:#4f433c;
    font-weight:700;
  }
  .mobile-drawer .drawer-body .switch-line h3{
    font-size:.84rem;
    margin:0 0 2px;
    color:#4f433c;
    font-weight:700;
  }
  .mobile-drawer .drawer-body .chip{
    padding:7px 10px;
    font-size:.76rem;
    border-radius:999px;
  }
  .mobile-drawer .drawer-body .chip-grid{
    gap:7px;
  }
  .mobile-drawer .drawer-body .input-shell{
    height:42px;
  }
  .mobile-drawer .drawer-body .filter-select{
    height:42px;
    font-size:.84rem;
  }
  .mobile-drawer .drawer-body .switch-line{
    padding:10px 12px;
    border-radius:12px;
  }
  .mobile-drawer .drawer-body .switch-line p{
    font-size:.74rem;
    margin:0;
  }
  .mobile-drawer .drawer-footer{
    padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));
    gap:8px;
    background:linear-gradient(180deg,rgba(255,250,247,.35) 0%,#fff 28%);
    box-shadow:0 -10px 24px rgba(174,117,98,.06);
  }
  .mobile-drawer .drawer-advanced{
    height:38px;
    padding:0 14px;
    border-radius:12px;
    font-size:.8rem;
    font-weight:700;
    border:1px solid rgba(201,112,89,.35);
    background:linear-gradient(135deg,#fff5f0,#fdece6);
    color:var(--primary-deep);
    box-shadow:0 4px 12px rgba(201,112,89,.12);
  }
  .mobile-drawer .drawer-footer-actions{
    gap:8px;
  }
  .mobile-drawer .drawer-clear,
  .mobile-drawer .drawer-apply{
    height:42px;
    padding:0 14px;
    border-radius:12px;
    font-size:.84rem;
    font-weight:700;
  }
  .mobile-drawer .drawer-clear{
    flex:0 0 auto;
    min-width:96px;
    border:1.5px solid rgba(201,112,89,.35);
    background:#fff7f2;
    color:var(--primary-deep);
    box-shadow:0 4px 12px rgba(201,112,89,.1);
  }
  .mobile-drawer .drawer-apply{
    flex:1;
    background:linear-gradient(135deg,#b8432c 0%,#c24f38 40%,var(--primary-deep) 100%);
    border:1.5px solid rgba(255,255,255,.85);
    box-shadow:0 8px 20px rgba(194,79,56,.38);
  }
  .mobile-drawer .mobile-advanced-panel{
    max-height:140px;
    padding:10px;
    border-radius:14px;
    gap:7px;
  }
  .mobile-drawer .mobile-advanced-panel .advanced-chip{
    font-size:.76rem;
    padding:7px 10px;
  }
  @media (min-width:768px){
    .explore-page-shell .listing-grid{
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:18px;
    }
  }
}
@media (max-width:767px){
  .explore-page-shell .image-slider{height:200px}
  .explore-page-shell .listing-grid{grid-template-columns:1fr;gap:14px}
  .explore-page-shell .card-body{padding:12px 14px 14px}
  .explore-page-shell .price-row{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:8px;
  }
  .explore-page-shell .price-row > div{
    min-width:0;
    flex:1 1 auto;
  }
  .explore-page-shell .view-btn{
    width:auto;
    flex-shrink:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 10px;
    font-size:.72rem;
    line-height:1.2;
  }
  .explore-mobile-summary{
    margin-left:-10px;
    margin-right:-10px;
    padding-left:10px;
    padding-right:10px;
  }
}


/* ==== login.css ==== */
.login-page{
  min-height:100vh;
  position:relative;
  overflow:hidden;
  padding:28px;
}
.ambient{
  position:absolute;
  border-radius:50%;
  filter:blur(14px);
  opacity:.55;
  pointer-events:none;
}
.ambient-one{
  width:280px;height:280px;
  background:rgba(255,197,163,.55);
  top:-60px;left:-70px;
}
.ambient-two{
  width:360px;height:360px;
  background:rgba(255,228,212,.7);
  right:-120px;bottom:-90px;
}

.login-wrap{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
  min-height:calc(100vh - 56px);
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:26px;
  align-items:stretch;
}
.hero-panel,
.form-panel{
  background:rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  border:1px solid rgba(239,217,206,.85);
  box-shadow:var(--shadow);
}
.hero-panel{
  border-radius:var(--radius-xl);
  padding:34px;
  display:flex;
  flex-direction:column;
  gap:24px;
  position:relative;
}
.hero-panel::after{
  content:"";
  position:absolute;
  inset:auto 22px 22px auto;
  width:110px;height:110px;
  border-radius:28px;
  background:linear-gradient(135deg, rgba(255,255,255,.45), rgba(255,206,176,.58));
  opacity:.55;
}
.hero-badge,
.trust-pill,
.benefit-pill,
.overlay-chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:var(--surface-2);
  border:1px solid var(--line);
  color:#9a5c3f;
  font-size:13px;
  font-weight:700;
}
.hero-copy h1,
.form-top h2{
  margin:0;
  line-height:1.08;
}
.hero-copy h1{
  font-size:clamp(34px,4.3vw,58px);
  max-width:12ch;
}
.lead,.subtext{
  margin:12px 0 0;
  color:var(--muted);
  line-height:1.7;
  max-width:62ch;
}
.hero-card-stack{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr);
}
.hero-image-shell{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  min-height:420px;
  box-shadow:var(--shadow-soft);
}
.hero-image-shell img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.hero-image-overlay{
  position:absolute;
  left:18px;right:18px;bottom:18px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.overlay-chip{background:rgba(255,255,255,.9);backdrop-filter:blur(6px)}
.mini-card{
  position:absolute;
  z-index:2;
  max-width:250px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(239,217,206,.9);
  border-radius:24px;
  padding:16px;
  box-shadow:var(--shadow-soft);
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.mini-card .icon{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background:linear-gradient(135deg, #ffe0cf, #fff7f2);
  color:var(--primary-dark);
  flex-shrink:0;
}
.mini-card strong{display:block;margin-bottom:4px}
.mini-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.mini-card-left{left:-8px;bottom:24px}
.mini-card-right{right:-8px;top:20px}
.feature-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.feature-item{
  padding:16px 14px;
  border-radius:20px;
  background:linear-gradient(180deg, #fffaf8, #fff4ee);
  border:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#8d5d49;
  font-weight:700;
}
.feature-item i{color:var(--primary-dark)}

.form-panel{
  border-radius:var(--radius-xl);
  padding:32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.form-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:24px;
}
.form-top h2{font-size:clamp(28px,3vw,40px)}
.progress-steps{
  display:none !important;
}
.progress-step{
  background:#fff8f3;
  border:1px solid var(--line);
  border-radius:20px;
  padding:14px 12px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#a08477;
}
.progress-step span{
  width:32px;height:32px;border-radius:50%;display:grid;place-items:center;
  background:#fff;border:1px solid var(--line);font-weight:800;
}
.progress-step small{font-size:13px;font-weight:700}
.progress-step.active{
  background:linear-gradient(135deg, #fff2e9, #ffe6d7);
  color:#8b5036;
  border-color:#efc4b0;
}
.progress-step.active span{
  background:var(--primary);
  color:#fff;
  border-color:var(--primary);
}

.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field-group label{
  display:block;
  margin-bottom:9px;
  font-size:14px;
  font-weight:700;
}
.phone-shell{gap:0;padding-left:0}
.country-code{
  height:100%;
  display:flex;align-items:center;
  padding:0 16px 0 18px;
  border-right:1px solid var(--line);
  color:#8f6a58;font-weight:700;
}
.phone-shell input{padding-left:14px}
.benefit-row{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}
.checkbox-line{
  display:flex;align-items:flex-start;gap:12px;
  padding:14px 16px;
  background:#fffaf7;
  border:1px solid var(--line);
  border-radius:18px;
  color:var(--muted);
  line-height:1.6;
}
.checkbox-line input{margin-top:4px;accent-color:var(--primary)}
.checkbox-line a{color:var(--primary-dark);font-weight:700}
.error-text{
  min-height:18px;
  margin:8px 4px 0;
  font-size:12px;
  color:#d14a36;
}
.step-panel{
  display:none;
}

.step-panel.active{
  display:block;
}

.step-panel.step-enter .field-grid,
.step-panel.step-enter .field-group,
.step-panel.step-enter .otp-status,
.step-panel.step-enter .category-step-head,
.step-panel.step-enter .category-list,
.step-panel.step-enter .otp-boxes,
.step-panel.step-enter .otp-hint-row,
.step-panel.step-enter .success-card,
.step-panel.step-enter .step-actions{
  animation:stepContentSlideRight .32s ease both;
}

#loginForm{
  position:relative;
  overflow:hidden;
  min-height:320px;
}

@keyframes stepContentSlideRight{
  from{
    opacity:0;
    transform:translateX(26px);
  }
  to{
    opacity:1;
    transform:translateX(0);
  }
}

.otp-status{
  padding:18px;
  border-radius:22px;
  background:linear-gradient(180deg,#fffaf7,#fff3eb);
  border:1px solid var(--line);
  display:flex;justify-content:space-between;gap:14px;align-items:center;
}
.otp-status p{margin:4px 0 0;color:var(--muted)}
.otp-boxes{
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 76px));
  justify-content:start;
  gap:14px;
  margin:22px 0 8px;
}
.otp-input{
  width:100%;height:72px;border-radius:20px;border:1px solid var(--line);
  text-align:center;font-size:28px;font-weight:800;outline:none;background:#fff;
}
.otp-input:focus{border-color:#e7a17f;box-shadow:0 0 0 4px rgba(241,139,104,.13)}
.otp-hint-row{
  display:flex;justify-content:space-between;gap:10px;align-items:center;
  color:var(--muted);font-size:14px;margin-bottom:18px;
}
.otp-reveal-wrap{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.otp-reveal-message{
  color:var(--muted);
  font-size:13.5px;
}
.otp-reveal{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(135, 106, 84, 0.14);
  color:#5a4a40;
  font-size:13.5px;
  font-weight:650;
}
.otp-reveal[hidden]{
  display:none !important;
}
.otp-reveal__label{
  color:#6b5c52;
  font-weight:600;
}
.otp-reveal__value{
  letter-spacing:.18em;
  font-variant-numeric:tabular-nums;
  min-width:3.2em;
  text-align:center;
  color:#2a211c;
  font-weight:800;
}
.otp-reveal__toggle{
  appearance:none;
  border:none;
  background:transparent;
  color:#876a54;
  width:28px;
  height:28px;
  border-radius:999px;
  display:inline-grid;
  place-items:center;
  cursor:pointer;
  padding:0;
  transition:background .2s ease, color .2s ease, transform .2s ease;
}
.otp-reveal__toggle:hover{
  background:rgba(201, 112, 89, 0.12);
  color:#c97059;
}
.otp-reveal__toggle:active{
  transform:scale(.96);
}
.step-actions{display:flex;gap:12px}
.step-actions .ghost-btn,.step-actions .primary-btn{width:100%}
.success-card{
  text-align:center;
  padding:18px 6px 4px;
}
.success-icon{
  width:88px;height:88px;border-radius:28px;
  display:grid;place-items:center;margin:0 auto 18px;
  background:linear-gradient(135deg, #ffe4d4, #fff7f2);
  color:var(--primary-dark);font-size:38px;
}
.success-card h3{margin:0 0 8px;font-size:30px}
.success-card p{margin:0;color:var(--muted)}
.success-meta{
  margin:20px 0 24px;
  display:flex;gap:10px;justify-content:center;flex-wrap:wrap;
}
.success-meta span{
  padding:10px 14px;border-radius:999px;background:#fff8f2;border:1px solid var(--line);font-weight:700;color:#8d5d49;
}
.category-step-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin:18px 0 16px;
}

.category-step-note{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.category-count-wrap{
  display:flex;
  align-items:center;
  gap:10px;
}

.category-count-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  background:#fff4ee;
  border:1px solid var(--line);
  color:#8d5a44;
  font-size:13px;
  font-weight:800;
}

.category-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin-top:8px;
}

.category-card{
  width:100%;
  min-height:72px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#fff8f4);
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  text-align:left;
  color:var(--text);
  font-weight:700;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.category-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(17,24,39,.06);
}

.category-card.active{
  background:linear-gradient(135deg,#fff2e9,#ffe6d7);
  border-color:#efc4b0;
  color:#8b5036;
}

.category-card-check{
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid var(--line);
  background:#fff;
  display:grid;
  place-items:center;
  flex:0 0 34px;
  color:transparent;
}

.category-card.active .category-card-check{
  background:var(--primary);
  border-color:var(--primary);
  color:#fff;
}

.category-card-title{
  flex:1 1 auto;
  min-width:0;
}

.category-loading{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background:#fffaf7;
  color:var(--muted);
}

@media (max-width: 767px){
  .category-list{
    grid-template-columns:1fr;
  }
}
@media (max-width: 1180px){
  .login-wrap{grid-template-columns:1fr;max-width:860px}
  .hero-copy h1{max-width:14ch}
  .mini-card-left{left:12px}
  .mini-card-right{right:12px}
}
@media (max-width: 767px){
  .login-page{padding:16px}
  .login-wrap{gap:18px;min-height:auto}
  .hero-panel,.form-panel{padding:22px;border-radius:24px}
  .hero-copy h1{font-size:34px;max-width:none}
  .hero-image-shell{min-height:300px}
  .mini-card{position:static;max-width:none;margin-top:14px}
  .hero-card-stack{display:flex;flex-direction:column}
  .feature-strip{grid-template-columns:repeat(2,1fr)}
  .form-top{flex-direction:column}
  .field-grid{grid-template-columns:1fr}
  .otp-boxes{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
  .otp-input{height:64px}
}
@media (max-width: 520px){
  .progress-steps{display:none !important;}
  .progress-step{padding:12px 10px;border-radius:16px}
  .progress-step span{width:28px;height:28px;font-size:13px}
  .progress-step small{font-size:12px}
  .benefit-row{flex-direction:column}
  .feature-strip{grid-template-columns:1fr 1fr}
  .otp-status{flex-direction:column;align-items:flex-start}
  .otp-hint-row{flex-direction:column;align-items:flex-start}
  .step-actions{flex-direction:column}
}


/* ==== listing-detail.css ==== */
button,input,textarea{font:inherit}
img{display:block;max-width:100%}
  .hidden{display:none!important}
.card{background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border:1px solid rgba(237,220,210,.9);border-radius:var(--radius);box-shadow:var(--shadow)}
.topbar{display:flex;justify-content:space-between;gap:6px;padding:22px}
  .title-block h1{margin:0 0 10px;font-size:clamp(1.6rem,2.6vw,2.3rem)}
  .title-meta{display:flex;flex-wrap:wrap;gap:10px 14px;color:var(--muted);font-size:.93rem;margin-bottom:10px}
  .title-meta i{color:#f0a53a}
  .type-pill{padding:8px 12px;border-radius:999px;background:#fff3ee;color:var(--primary-deep);font-weight:800}
  .title-block p{margin:0;color:var(--muted);line-height:1.6}
  .top-actions{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap}
  .ghost-btn,.mini-btn,.secondary-btn,.circle-btn,.hero-nav,.gallery-nav,.sheet-close{transition:.25s ease}
  .ghost-btn,.mini-btn,.secondary-btn{height:46px;padding:0 16px;border-radius:16px;background:#fff7f2;color:var(--text);border:1px solid var(--line-soft);font-weight:700}
  .ghost-btn:hover,.mini-btn:hover,.secondary-btn:hover{transform:translateY(-2px);background:#fff0e9}
  .hero{padding:14px;position:relative;overflow:hidden}
  .hero-window{overflow:hidden;border-radius:22px;width:100%}
  .hero-track{display:flex;gap:14px;transition:transform .45s ease;will-change:transform}
  .hero-slide{flex:0 0 auto;position:relative;border-radius:22px;overflow:hidden;height:360px;cursor:pointer}
  .hero-slide img{width:100%;height:100%;object-fit:cover}
  .hero-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,.08),rgba(10,10,10,.22))}
  .hero-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.92);color:var(--primary-deep);box-shadow:0 10px 24px rgba(0,0,0,.12);z-index:2}
  .hero-nav:hover,.gallery-nav:hover{transform:translateY(-50%) scale(1.04)}
  .circle-btn:hover{transform:none}
  .hero-nav.prev{left:24px}.hero-nav.next{right:24px}
  .hero-thumbs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;padding-top:14px}
  .hero-thumb{width:74px;height:54px;border-radius:14px;overflow:hidden;border:2px solid transparent;opacity:.7;cursor:pointer}
  .hero-thumb.active{border-color:var(--primary);opacity:1}
  .hero-thumb img{width:100%;height:100%;object-fit:cover}
  .desktop-layout{display:grid;grid-template-columns:330px minmax(0,1fr) 330px;gap:10px;align-items:start}
  .sidebar-left,.summary-card,.booking-card,.map-card{overflow:hidden}
  .sidebar-left{
    position:sticky;
    top:110px;
    align-self:start;
    height:calc(100vh - 110px - 24px);
    max-height:calc(100vh - 110px - 24px);
    display:flex;
    flex-direction:column;
  }
  .sidebar-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:18px 18px 14px;background:linear-gradient(180deg,#fff 0%,#fffaf7 100%);border-bottom:1px solid var(--line-soft);z-index:2;flex-shrink:0}
  .sidebar-inner{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px 18px 18px;-webkit-overflow-scrolling:touch}
  .sidebar-inner::-webkit-scrollbar,.services-scroll::-webkit-scrollbar,.cart-list::-webkit-scrollbar,.sheet-body::-webkit-scrollbar{width:10px}
  .sidebar-inner::-webkit-scrollbar-thumb,.services-scroll::-webkit-scrollbar-thumb,.cart-list::-webkit-scrollbar-thumb,.sheet-body::-webkit-scrollbar-thumb{background:#e8c9bc;border-radius:999px}
  .filter-block+.filter-block{margin-top:18px}
  .filter-block h3{margin:0 0 12px;font-size:1rem}
  .chips{display:flex;flex-wrap:wrap;gap:10px}
  .chip,.subcat-btn,.tab-btn{border:1px solid var(--line-soft);background:#fffaf8;color:var(--text)}
  .chip{padding:11px 14px;border-radius:999px;font-weight:700}
  .chip.active,.subcat-btn.active,.tab-btn.active{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border-color:transparent;box-shadow:0 10px 22px rgba(201,112,89,.2)}
  .subcat-list{display:flex;flex-direction:column;gap:10px}
  .subcat-btn{padding:13px 14px;border-radius:16px;text-align:left;font-weight:700}
  .center-column{min-width:0}
  .service-browser{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;padding:18px;max-height:560px}
  .service-visual{border-radius:22px;overflow:hidden;min-height:220px;background:#f5eae3;position:sticky;top:0;align-self:start}
  .service-visual img{width:100%;height:100%;min-height:260px;object-fit:cover}
  .service-content{min-width:0;display:flex;flex-direction:column}
  .service-head{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--line-soft)}
  .service-head h2{margin:0;font-size:1.2rem;font-weight:800;line-height:1.25}
  .service-count{padding:10px 12px;border-radius:999px;background:#fff3ee;color:var(--primary-deep);font-weight:800;white-space:nowrap}
  .services-scroll{overflow:auto;padding-top:14px;padding-bottom:80px;scroll-padding-bottom:80px;display:flex;flex-direction:column;gap:14px;max-height:468px}
  .service-item{display:grid;grid-template-columns:84px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--line-soft);background:linear-gradient(180deg,#fff,#fffaf8);border-radius:20px}
  .service-item img{width:84px;height:84px;border-radius:18px;object-fit:cover}
  .service-main h4{margin:0 0 8px;font-size:1rem}
  .service-main .meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:.9rem}
  .price-line{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:8px}
  .old{color:#b39b93;text-decoration:line-through}
  .discount{padding:4px 9px;border-radius:999px;background:#edf8f2;color:#357a57;font-size:.78rem;font-weight:800}
  .new{font-weight:800;color:var(--primary-deep)}
  .service-btn{min-width:92px;width:auto;padding:0 16px;height:40px;border-radius:12px;border:none;background:#c97059;color:#fff;font-weight:800;box-shadow:0 4px 12px rgba(201,112,89,.18)}
  .service-btn.added{background:#f3faf5;color:#2f7a4f;border:1px solid #bfe0c8;box-shadow:none}
  .service-btn.booked{background:#f8f9fa;color:#6b7280;border:1px solid #e5e7eb;box-shadow:none;cursor:not-allowed}
  .service-booked-meta{margin:8px 0 0;color:#357a57;font-size:.84rem;font-weight:700}
  .tab-wrap{position:sticky;top:60px;z-index:4;padding-top:18px;margin-top:0;background:linear-gradient(180deg,rgba(255,253,251,1) 0%, rgba(255,253,251,.92) 78%, rgba(255,253,251,0) 100%)}
  .detail-tabs{display:flex;gap:10px;padding:10px}
  .tab-btn{padding:14px 18px;border-radius:16px;font-weight:800}
  .tab-panels{display:flex;flex-direction:column;gap:16px;padding-top:10px}
  .tab-panel{display:none;padding:22px}
  .tab-panel.active{display:block}
  .feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}
  .feature-card{display:flex;gap:12px;align-items:center;padding:16px;border:1px solid var(--line-soft);border-radius:18px;background:#fffaf8;font-weight:700}
  .feature-card i{color:var(--primary-deep)}
  .hours-card{margin-top:18px;padding:18px;border-radius:20px;background:#fff7f2;border:1px solid var(--line-soft)}
  .hours-card h4{margin:0 0 12px}
  .hours-grid{display:flex;flex-direction:column;gap:0;margin-top:14px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.92);border:1px solid rgba(237,220,210,.75);color:var(--muted)}
  .hours-row{display:grid;grid-template-columns:1fr auto;gap:10px 16px;align-items:center;padding:10px 4px}
  .hours-row:not(:last-child){border-bottom:1px solid rgba(237,220,210,.55)}
  .hours-row strong{color:var(--text);font-weight:700}
  .hours-row--empty{grid-template-columns:1fr}
  .reviews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.review-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}
  .review-top img{width:56px;height:56px;border-radius:50%;object-fit:cover}
  .review-stars{margin-left:auto;padding:7px 10px;border-radius:999px;background:#fff3ee;color:var(--primary-deep);font-weight:800;white-space:nowrap}
  .review-card p{margin:0;color:var(--muted);line-height:1.6}
  .review-card small{color:var(--muted)}
  .portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  .portfolio-grid img{width:100%;height:180px;object-fit:cover;border-radius:18px;border:1px solid var(--line-soft);cursor:pointer}
  .sidebar-right{position:sticky;top:110px;display:flex;flex-direction:column;gap:16px}
  .summary-card,.booking-card,.map-card{padding:18px}
  .meta-top{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}
  .badge{padding:8px 12px;border-radius:999px;font-weight:800}
  .badge.feature{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff}
  .badge.plain{background:#fff3ee;color:var(--primary-deep)}
  .summary-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line-soft);color:var(--muted)}
  .summary-row:last-child{border-bottom:none;padding-bottom:0}
  .booking-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding-bottom:14px;border-bottom:1px solid var(--line-soft)}
  .booking-head h3{margin:.2rem 0 0}
  .cart-count{min-width:36px;height:36px;border-radius:999px;background:#fff3ee;color:var(--primary-deep);font-weight:800;display:grid;place-items:center}
  .cart-list{display:flex;flex-direction:column;gap:12px;max-height:300px;overflow:auto;padding:14px 0}
  .empty-cart{padding:18px;border:1px dashed var(--line);border-radius:18px;background:#fffaf8;color:var(--muted);text-align:center}
  .cart-item{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--line-soft);border-radius:18px;background:#fffaf8}
  .cart-item img{width:56px;height:56px;border-radius:14px;object-fit:cover}
  .cart-item h4{margin:0 0 4px;font-size:.96rem}
  .cart-item p{margin:0;color:var(--muted);font-size:.85rem}
  .remove-btn{height:38px;padding:0 12px;border-radius:12px;background:#fff2f0;color:var(--danger);font-weight:800}
  .cart-total{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px 0;border-top:1px solid var(--line-soft)}
  .cart-total div{padding:12px;border-radius:16px;background:#fff7f2;border:1px solid var(--line-soft)}
  .cart-total span{display:block;color:var(--muted);font-size:.85rem;margin-bottom:4px}
.map-preview{position:relative;min-height:220px;border-radius:20px;overflow:hidden;background:url('https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=900&q=80') center/cover no-repeat}
  .map-preview::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,20,20,.05),rgba(20,20,20,.34))}
  .map-overlay{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:14px;padding:18px;color:#fff}
  .map-overlay p{margin:.35rem 0 0;color:rgba(255,255,255,.9)}
  .nearby{padding:22px;overflow:hidden}
.overlay-controls{display:flex;gap:10px}
  .circle-btn{width:42px;height:42px;border-radius:50%;background:#fff3ee;color:var(--primary-deep)}
  .nearby-slider{overflow:hidden;position:relative}
  .nearby-track{display:flex;gap:16px;transition:transform .35s ease}
  .near-card{min-width:calc(25% - 12px);border:1px solid var(--line-soft);border-radius:22px;background:#fffaf8;overflow:hidden}
  .near-card img{width:100%;height:190px;object-fit:cover}
  .near-body{padding:16px}
  .near-row{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:8px}
  .near-row h4{margin:0;font-size:1rem}
  .near-rating{padding:6px 9px;border-radius:999px;background:#fff3ee;color:var(--primary-deep);font-weight:800;white-space:nowrap}
  .near-body p{margin:0;color:var(--muted);line-height:1.55}
  .modal-backdrop,.sheet-backdrop{position:fixed;inset:0;background:rgba(37,24,20,.5);backdrop-filter:blur(3px);z-index:1000}
  .modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(92vw,620px);max-height:86vh;overflow:auto;background:#fff;border-radius:28px;box-shadow:0 30px 80px rgba(0,0,0,.18);z-index:1001}
  .modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 22px 16px;border-bottom:1px solid var(--line-soft)}
  .modal-body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:18px}
  .selected-items{display:flex;flex-direction:column;gap:10px}
  .selected-row{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:#fffaf8;border:1px solid var(--line-soft)}
  .modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .modal label{display:flex;flex-direction:column;gap:8px;font-weight:700}
  .modal input,.modal textarea,.modal select{border:1px solid var(--line);background:#fffaf8;border-radius:16px;padding:14px;color:var(--text)}
  .payment-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .payment-option{display:flex;align-items:center;gap:12px;padding:16px;border-radius:18px;background:#fffaf8;border:1px solid var(--line-soft);font-weight:800}
  .payment-option input{accent-color:var(--primary)}
  .gallery-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(94vw,1080px);height:min(88vh,760px);background:#13100f;border-radius:28px;z-index:99999;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.34)}
  .gallery-modal img{flex:1;min-height:0;object-fit:contain;background:#13100f}
  .gallery-close{position:absolute;top:16px;right:16px;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;z-index:3}
  .gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;z-index:3}
  .gallery-nav.prev{left:18px}.gallery-nav.next{right:18px}
  .gallery-strip{display:flex;gap:10px;padding:14px;background:#1a1513;overflow:auto}
  .gallery-thumb{width:82px;height:62px;border-radius:14px;overflow:hidden;border:2px solid transparent;cursor:pointer;opacity:.75;flex:0 0 auto}
  .gallery-thumb.active{border-color:#fff;opacity:1}
  .gallery-thumb img{width:100%;height:100%;object-fit:cover}
  .mobile-fab,.sheet{display:none}
  .listing-mobile-dock{display:none}
  @media (max-width: 1199px){
    .desktop-layout{grid-template-columns:330px minmax(0,1fr) 330px}
    .service-browser{grid-template-columns:180px minmax(0,1fr)}
    .hero-slide{height:320px}
  }
  @media (max-width: 991px){
.topbar{flex-direction:column}
    .top-actions{justify-content:flex-start}
    .hero-slide{height:280px}
    .hero-nav.prev{left:18px}.hero-nav.next{right:18px}
    .desktop-layout{grid-template-columns:1fr}
    .sidebar-left,.sidebar-right{display:none}
    .service-browser{
      display:flex;
      flex-direction:column;
      grid-template-columns:unset;
      max-height:min(62vh, calc(100dvh - 200px));
      min-height:0;
      overflow:hidden;
    }
    .service-visual{
      position:relative;
      top:auto;
      flex:0 0 auto;
      min-height:160px;
      max-height:200px;
      align-self:stretch;
    }
    .service-visual img{min-height:0;height:100%;max-height:200px;object-fit:cover}
    .service-content{
      flex:1 1 auto;
      min-height:0;
      overflow:hidden;
    }
    .services-scroll{
      flex:1 1 auto;
      min-height:0;
      max-height:none;
      overflow-y:auto;
      -webkit-overflow-scrolling:touch;
      overscroll-behavior:contain;
      padding-bottom:12px;
      scroll-padding-bottom:12px;
    }
    .tab-wrap{position:static;padding-top:14px;background:none;margin-top:0}
    .detail-tabs{overflow:auto}.detail-tabs::-webkit-scrollbar{display:none}
    .tab-btn{white-space:nowrap}
    .feature-grid,.reviews-grid,.portfolio-grid,.modal-grid,.payment-list,.cart-total{grid-template-columns:1fr}
    .portfolio-grid img{height:220px}
    .near-card{min-width:calc(50% - 8px)}
    .listing-mobile-dock{
      display:flex;
      position:fixed;
      left:10px;
      right:10px;
      bottom:calc(58px + env(safe-area-inset-bottom, 0px));
      z-index:9999;
      gap:8px;
      padding:6px;
      background:rgba(255,255,255,.94);
      backdrop-filter:blur(14px);
      -webkit-backdrop-filter:blur(14px);
      border:1px solid rgba(237,220,210,.95);
      border-radius:14px;
      box-shadow:0 8px 28px rgba(60,35,28,.12);
    }
    .listing-mobile-dock .mobile-fab{
      position:static;
      flex:1 1 0;
      min-width:0;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:6px;
      padding:9px 8px;
      border-radius:12px;
      border:none;
      font-size:.76rem;
      font-weight:800;
      color:#fff;
      background:linear-gradient(135deg,#b8432c 0%,#c24f38 42%,var(--primary-deep) 100%);
      box-shadow:0 4px 14px rgba(194,79,56,.24);
      white-space:nowrap;
    }
    .listing-mobile-dock .booking-fab{
      background:linear-gradient(135deg,#c97059 0%,#b8634f 100%);
      box-shadow:0 4px 14px rgba(201,112,89,.22);
    }
    .sheet{display:flex;position:fixed;left:0;right:0;bottom:0;max-height:86vh;background:#fff;border-top-left-radius:28px;border-top-right-radius:28px;z-index:1001;flex-direction:column}
    .sheet-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line-soft)}
    .sheet-body{padding:18px 20px 22px;overflow:auto}
    #filterSheet.listing-filter-sheet,
    #bookingSheet.listing-booking-sheet{
      max-height:min(92dvh,900px);
      z-index:10006;
      border-top-left-radius:22px;
      border-top-right-radius:22px;
      background:linear-gradient(180deg,#fff 0%,#fffaf8 100%);
      border:1px solid rgba(237,220,210,.9);
      border-bottom:none;
      box-shadow:0 -24px 60px rgba(60,35,28,.16);
      overflow:hidden;
    }
    #filterSheet.listing-filter-sheet .listing-sheet-body,
    #bookingSheet.listing-booking-sheet .listing-sheet-body{
      flex:1 1 auto;
      min-height:0;
      overflow-y:auto;
      padding:0 14px 16px;
    }
    body.listing-sheet-open .sheet-backdrop{z-index:10005}
    body.listing-sheet-open .listing-mobile-dock{opacity:0;pointer-events:none}
    #loginBackdrop{z-index:10019}
    #loginModal.listing-login-modal{
      top:auto;
      bottom:0;
      left:0;
      right:0;
      transform:none;
      width:100%;
      max-width:100%;
      max-height:min(92dvh,900px);
      z-index:10020;
      border-top-left-radius:22px;
      border-top-right-radius:22px;
      overflow:hidden;
    }
    #loginModal.listing-login-modal .listing-login-modal__body{
      flex:1 1 auto;
      min-height:0;
      overflow-y:auto;
      padding:14px;
    }
    body.login-modal-open .listing-mobile-dock{opacity:0;pointer-events:none}
    #bookingConfirmBackdrop{z-index:10029 !important}
    #bookingConfirmModal.listing-booking-confirm-modal{
      top:auto;
      bottom:0;
      left:0;
      right:0;
      transform:none;
      width:100%;
      max-width:100%;
      max-height:min(92dvh,900px);
      z-index:10030 !important;
      border-radius:22px 22px 0 0;
    }
    #bookingConfirmModal .booking-confirm-submit-btn{
      border:none;
      font-weight:800;
      color:#fff;
      background:linear-gradient(135deg,#c97059 0%,#b8634f 100%);
      box-shadow:0 10px 28px rgba(201,112,89,.42);
    }
    body.booking-confirm-open .listing-mobile-dock{opacity:0;pointer-events:none}
    body.booking-confirm-open{overflow:hidden}
  }
  @media (max-width: 767px){
    .title-meta{font-size:.86rem}
    .hero-slide{height:240px}
    .hero-thumb{width:62px;height:48px}
    .service-item:not(.no-thumb){grid-template-columns:68px minmax(0,1fr);align-items:flex-start}
    .service-item:not(.no-thumb) img{width:68px;height:68px}
    .service-item:not(.no-thumb) .service-btn{grid-column:1/-1;width:100%}
    .cart-item{grid-template-columns:54px minmax(0,1fr)}
    .cart-item .remove-btn{grid-column:1/-1;width:100%}
    .near-card{min-width:100%}
    .gallery-modal{width:96vw;height:82vh}
    .gallery-strip{padding:10px}
  }


/* Final consistency overrides */
.site-header .container,.site-header .container-xxl,.site-footer .container,.site-footer .container-xxl{max-width:1440px}
.site-header{padding:18px 0 8px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.72));backdrop-filter:blur(16px)}
.header-shell{width:100%;max-width:100%;display:flex;align-items:center;gap:16px;padding:4px 15px;background:#fff;border:1px solid rgba(255,255,255,.7);border-radius:28px;box-shadow:0 8px 40px rgba(52,76,92,.08)}
@media (min-width:768px){.header-left{flex:0 0 auto}.header-center{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.header-center-actions{max-width:670px;width:100%}.header-right{flex:0 0 auto}}
@media (max-width:767.98px){.header-center{max-width:none;justify-content:stretch}.header-center-actions{max-width:none}}
.pac-container{z-index:3000!important}
.brand-logo{background:linear-gradient(135deg,var(--secondary),var(--accent-2),var(--accent));color:#6f4a3d}
.explore-btn{background:#fdece6;color:#5a3d34}
.menu-option-btn i,.category-icon,.feature-icon,.listing-rating,.review-stars,.social-links-row a,.footer-social-row a{color:var(--primary-deep)}
.footer-main-grid{
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(201, 112, 89, 0.1), transparent 55%),
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,247,243,.95));
  box-shadow:
    0 18px 48px rgba(111, 83, 64, 0.1),
    0 2px 0 rgba(255,255,255,0.8) inset;
}
.listing-card-body,.card-body{padding:18px}
.review-card{padding:24px}
.review-card h3{margin:0 0 6px;font-size:1.1rem}
.review-card span{color:#74808f;font-size:.92rem}
@media (max-width:1199.98px){.header-shell{gap:12px}}
@media (max-width:767.98px){.site-header{padding:5px 0}.header-shell{display:flex;align-items:center;gap:6px;padding:2px 0;border-radius:22px}.header-left{display:none!important}.header-guest-group,.header-right--desktop>.header-vdivider,.header-right--desktop>.menu-toggle-btn,#accountSection .header-action-card--account{display:none!important}.category-strip-wrap,.hero-card,.listing-card,.feature-box,.review-card,.offer-banner-card{border-radius:22px}}

/* Listing detail: FABs clearance (services scroll stays inside service-browser on mobile) */
@media (max-width: 991.98px){
  main.page-shell.listing-detail-shell,
  main.page-shell:has(#serviceList){
    padding:0;
  }

  .listing-detail-shell .service-browser{
    max-height:none;
    overflow:visible;
  }

  .listing-detail-shell .services-scroll{
    max-height:none;
    overflow:visible;
    padding-bottom:0;
  }

  .listing-detail-shell .service-item.no-thumb .service-actions{
    width:100%;
    align-items:flex-end;
  }

  .listing-detail-shell .service-item.no-thumb .service-btn{
    align-self:stretch;
    width:100%;
    min-width:0;
    min-height:32px;
    grid-column:auto;
  }

  .listing-detail-shell .service-item.no-thumb .service-details-link{
    width:auto;
    margin-top:2px;
    text-align:right;
  }
}


/* ==== fix: unified tabs + booking modal ==== */
.tab-wrap{
  width:100%;
  overflow:hidden;
}
.detail-tabs{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  width:100%;
}
.detail-tabs .tab-btn,
.tab-btn{
  width:auto !important;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  max-width:max-content;
}

.modal-backdrop{
  display:block;
  opacity:1;
  visibility:visible;
}
.modal{
  display:block;
  opacity:1;
  visibility:visible;
  position:fixed !important;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:2001;
  margin:0;
}
.modal-backdrop{
  z-index:2000;
}
.modal.hidden,
.modal-backdrop.hidden,
.offers-gallery-modal.hidden{
  display:none !important;
}

/* Offers gallery: full-screen layer (must stay after generic .modal rules) */
#allOffersModal.offers-gallery-modal{
  position:fixed !important;inset:0 !important;left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;
  width:100vw !important;height:100dvh !important;max-width:none !important;max-height:none !important;
  margin:0 !important;transform:none !important;border-radius:0 !important;
}

@media (max-width: 767.98px){
  .detail-tabs{
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
  }
  .detail-tabs .tab-btn,
  .tab-btn{
    min-width:max-content;
  }
  .modal{
    width:min(94vw,620px);
    max-width:94vw;
  }
}

/* User referral modal */
body.user-referral-modal-open{
  overflow:hidden;
}
.user-referral-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:10050;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  background:rgba(37,24,20,.5);
  backdrop-filter:blur(3px);
}
.user-referral-modal-backdrop[hidden]{
  display:none !important;
}
.user-referral-modal{
  width:min(600px,100%);
  max-height:calc(100dvh - 32px);
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  box-shadow:0 28px 90px rgba(35,18,13,.22);
  display:flex;
  flex-direction:column;
}
.user-referral-modal__hero{
  padding:24px 28px 22px;
  background:linear-gradient(135deg,#fde8df 0%,#fff5f1 55%,#fff 100%);
  border-bottom:1px solid rgba(199,154,131,.18);
}
.user-referral-modal__hero-row{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:12px;
}
.user-referral-modal__hero-icon{
  width:48px;
  height:48px;
  border-radius:16px;
  background:linear-gradient(135deg,#e8c5b5,#f6c8b7);
  display:grid;
  place-items:center;
  font-size:22px;
  flex-shrink:0;
  box-shadow:0 10px 24px rgba(216,143,124,.28);
}
.user-referral-modal__hero h3{
  flex:1;
  min-width:0;
  margin:0;
  font-size:22px;
  line-height:1.2;
  color:#1f2f46;
}
.user-referral-modal__hero p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:#6f7b8a;
}
.user-referral-modal__close{
  width:40px;
  height:40px;
  border:none;
  border-radius:14px;
  background:rgba(255,255,255,.9);
  color:#c26d57;
  cursor:pointer;
  font-size:18px;
  flex-shrink:0;
  transition:.2s ease;
  box-shadow:0 4px 14px rgba(78,40,31,.08);
}
.user-referral-modal__close:hover{
  background:#fff;
  transform:scale(1.04);
}
.user-referral-modal__body{
  padding:22px 28px 28px;
  overflow-y:auto;
}
.user-referral-id-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 18px;
  margin-bottom:14px;
  border-radius:20px;
  border:1px solid rgba(199,154,131,.18);
  background:#fff;
}
.user-referral-id-card__meta{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.user-referral-id-card__label{
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#6f7b8a;
}
.user-referral-id-card__value{
  display:block;
  font-size:18px;
  font-weight:800;
  letter-spacing:.06em;
  color:#1f2f46;
  word-break:normal;
  overflow-wrap:break-word;
  line-height:1.25;
  font-variant-numeric:tabular-nums;
}
.user-referral-link-card{
  padding:20px;
  border-radius:20px;
  border:1px solid rgba(199,154,131,.18);
  background:linear-gradient(180deg,#fff 0%,#fff9f7 100%);
}
.user-referral-link-card + .user-referral-link-card{
  margin-top:14px;
}
.user-referral-link-card__header{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:16px;
}
.user-referral-link-card__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  flex-shrink:0;
  background:#f5e3d9;
  color:#9a5a45;
}
.user-referral-link-card__badge--customer{
  background:#dbeafe;
  color:#2563eb;
}
.user-referral-link-card__badge--business{
  background:#f5e3d9;
  color:#9a5a45;
}
.user-referral-link-card__header h4{
  margin:0 0 4px;
  font-size:16px;
  color:#1f2f46;
}
.user-referral-link-card__header p{
  margin:0;
  font-size:13px;
  line-height:1.45;
  color:#6f7b8a;
}
.user-referral-link-card__url{
  display:flex;
  align-items:stretch;
  gap:12px;
  padding:14px 14px 14px 16px;
  border-radius:16px;
  background:#fff;
  border:1px dashed #e8cfc5;
}
.user-referral-link-card__url-text{
  flex:1;
  min-width:0;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
  color:#1f2f46;
  word-break:break-all;
  display:flex;
  align-items:center;
}
.user-referral-copy-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-width:108px;
  padding:12px 18px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:14px;
  background:linear-gradient(135deg,#d4896a 0%,#c06a48 45%,#a85235 100%);
  color:#fff;
  font-size:14px;
  font-weight:800;
  letter-spacing:.02em;
  cursor:pointer;
  white-space:nowrap;
  flex-shrink:0;
  transition:.2s ease;
  box-shadow:0 8px 22px rgba(168,82,53,.42), inset 0 1px 0 rgba(255,255,255,.28);
  text-shadow:0 1px 0 rgba(0,0,0,.12);
}
.user-referral-copy-btn:hover:not(:disabled){
  transform:translateY(-1px);
  background:linear-gradient(135deg,#dc9374 0%,#c97452 45%,#b05a3c 100%);
  box-shadow:0 12px 28px rgba(168,82,53,.5), inset 0 1px 0 rgba(255,255,255,.32);
}
.user-referral-copy-btn:disabled{
  opacity:.55;
  cursor:not-allowed;
  box-shadow:none;
}
.user-referral-copy-btn.is-copied{
  background:linear-gradient(135deg,#2f8f6a,#3cb489);
  box-shadow:0 8px 20px rgba(47,143,106,.32), inset 0 1px 0 rgba(255,255,255,.22);
  text-shadow:none;
}
.user-referral-copy-btn--compact{
  min-width:96px;
  padding:10px 14px;
  font-size:13px;
}
.user-referral-modal__tips{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:20px;
}
.user-referral-tip{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:14px;
  border-radius:16px;
  background:#f8fafc;
  font-size:12px;
  line-height:1.5;
  color:#6f7b8a;
}
.user-referral-tip__icon{
  font-size:18px;
  line-height:1;
  flex-shrink:0;
}
.user-referral-copy-toast{
  position:fixed;
  left:50%;
  bottom:max(24px, env(safe-area-inset-bottom));
  transform:translateX(-50%) translateY(24px);
  z-index:10060;
  display:flex;
  align-items:center;
  gap:14px;
  width:min(420px,calc(100vw - 32px));
  padding:16px 18px;
  border-radius:18px;
  background:#fff;
  border:1px solid #bfe8d2;
  box-shadow:0 18px 50px rgba(47,143,106,.22),0 8px 24px rgba(35,18,13,.12);
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease,transform .25s ease;
}
.user-referral-copy-toast[hidden]{
  display:none !important;
}
.user-referral-copy-toast.show{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}
.user-referral-copy-toast__icon{
  width:42px;
  height:42px;
  border-radius:999px;
  background:linear-gradient(135deg,#2f8f6a,#3cb489);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:18px;
  font-weight:800;
  flex-shrink:0;
}
.user-referral-copy-toast__text{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}
.user-referral-copy-toast__text strong{
  font-size:15px;
  color:#1d6f4f;
}
.user-referral-copy-toast__text span{
  font-size:13px;
  line-height:1.45;
  color:#6f7b8a;
}
@media (max-width:720px){
  .user-referral-modal-backdrop{
    padding:0;
    align-items:flex-end;
  }
  .user-referral-modal{
    width:100%;
    max-height:min(92dvh,100%);
    border-radius:22px 22px 0 0;
    box-shadow:0 -12px 48px rgba(35,18,13,.2);
  }
  .user-referral-modal::before{
    content:"";
    display:block;
    width:40px;
    height:4px;
    margin:10px auto 0;
    border-radius:999px;
    background:rgba(120,80,60,.22);
    flex-shrink:0;
  }
  .user-referral-modal__hero{
    padding:10px 16px 12px;
  }
  .user-referral-modal__hero-row{
    gap:10px;
    margin-bottom:8px;
  }
  .user-referral-modal__hero-icon{
    width:36px;
    height:36px;
    border-radius:12px;
    font-size:16px;
    box-shadow:0 6px 16px rgba(216,143,124,.22);
  }
  .user-referral-modal__hero h3{
    font-size:16px;
    letter-spacing:-.01em;
  }
  .user-referral-modal__hero p{
    font-size:12px;
    line-height:1.45;
  }
  .user-referral-modal__close{
    width:32px;
    height:32px;
    border-radius:10px;
    font-size:14px;
  }
  .user-referral-modal__body{
    padding:12px 14px calc(18px + env(safe-area-inset-bottom));
  }
  .user-referral-id-card{
    flex-wrap:nowrap;
    align-items:center;
    gap:10px;
    padding:12px 12px;
    margin-bottom:10px;
    border-radius:16px;
    background:linear-gradient(180deg,#fff 0%,#fff8f5 100%);
    box-shadow:0 4px 14px rgba(120,70,50,.05);
  }
  .user-referral-id-card__label{
    font-size:9px;
    letter-spacing:.08em;
  }
  .user-referral-id-card__value{
    font-size:14px;
    letter-spacing:.04em;
  }
  .user-referral-link-card{
    padding:12px;
    border-radius:16px;
    box-shadow:0 4px 14px rgba(120,70,50,.04);
  }
  .user-referral-link-card + .user-referral-link-card{
    margin-top:10px;
  }
  .user-referral-link-card__header{
    gap:10px;
    margin-bottom:10px;
  }
  .user-referral-link-card__badge{
    min-width:0;
    padding:4px 8px;
    font-size:9px;
    letter-spacing:.05em;
  }
  .user-referral-link-card__header h4{
    font-size:13px;
    margin-bottom:2px;
  }
  .user-referral-link-card__header p{
    font-size:11px;
    line-height:1.4;
  }
  .user-referral-link-card__url{
    flex-direction:column;
    gap:8px;
    padding:10px;
    border-radius:12px;
  }
  .user-referral-link-card__url-text{
    font-size:11px;
    line-height:1.4;
    font-weight:600;
  }
  .user-referral-copy-btn{
    width:100%;
    min-width:0;
    gap:6px;
    padding:12px 14px;
    border-radius:12px;
    font-size:12px;
    background:linear-gradient(135deg,#d4896a 0%,#c06a48 45%,#a85235 100%);
    box-shadow:0 8px 22px rgba(168,82,53,.45), inset 0 1px 0 rgba(255,255,255,.28);
  }
  .user-referral-copy-btn:hover:not(:disabled){
    transform:translateY(-1px);
    background:linear-gradient(135deg,#dc9374 0%,#c97452 45%,#b05a3c 100%);
    box-shadow:0 12px 26px rgba(168,82,53,.52), inset 0 1px 0 rgba(255,255,255,.32);
  }
  .user-referral-copy-btn.is-copied{
    background:linear-gradient(135deg,#2f8f6a,#3cb489);
    box-shadow:0 8px 20px rgba(47,143,106,.35), inset 0 1px 0 rgba(255,255,255,.22);
  }
  .user-referral-copy-btn--compact{
    width:auto;
    min-width:88px;
    padding:9px 12px;
    font-size:11px;
    flex-shrink:0;
  }
  .user-referral-copy-btn__icon{
    font-size:12px;
  }
  .user-referral-modal__tips{
    grid-template-columns:1fr;
    gap:8px;
    margin-top:12px;
  }
  .user-referral-tip{
    gap:8px;
    padding:10px 12px;
    border-radius:12px;
    font-size:11px;
    line-height:1.4;
  }
  .user-referral-tip__icon{
    font-size:14px;
  }
  .user-referral-copy-toast{
    bottom:max(16px, env(safe-area-inset-bottom));
    width:min(420px,calc(100vw - 24px));
    padding:12px 14px;
    gap:10px;
    border-radius:14px;
  }
  .user-referral-copy-toast__icon{
    width:34px;
    height:34px;
    font-size:14px;
  }
  .user-referral-copy-toast__text strong{
    font-size:13px;
  }
  .user-referral-copy-toast__text span{
    font-size:11px;
  }
}
